Class WssInboundOperations
java.lang.Object
com.mulesoft.modules.wss.internal.inbound.WssInboundOperations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void> validateWss(WssInboundConfig config, org.mule.runtime.api.metadata.TypedValue<InputStream> request, SoapVersion version, org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo, org.mule.runtime.extension.api.security.AuthenticationHandler handler, org.mule.runtime.extension.api.runtime.operation.FlowListener flowListener)
-
Constructor Details
-
WssInboundOperations
public WssInboundOperations()
-
-
Method Details
-
validateWss
@Throws(WssErrorTypeProvider.class) @MediaType(value="application/xml", strict=false) @DisplayName("Validate WSS") public org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void> validateWss(@Config WssInboundConfig config, @Content org.mule.runtime.api.metadata.TypedValue<InputStream> request, @Optional(defaultValue="SOAP_12") SoapVersion version, org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo, org.mule.runtime.extension.api.security.AuthenticationHandler handler, org.mule.runtime.extension.api.runtime.operation.FlowListener flowListener)
-