Class WssOutboundOperations
java.lang.Object
com.mulesoft.modules.wss.internal.outbound.WssOutboundOperations
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void> applyWss(WssOutboundConfig config, org.mule.runtime.api.metadata.TypedValue<InputStream> response, SoapVersion version, org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo)
-
Constructor Details
-
WssOutboundOperations
public WssOutboundOperations()
-
-
Method Details
-
applyWss
@Throws(WssErrorTypeProvider.class) @MediaType(value="application/xml", strict=false) @DisplayName("Apply WSS") public org.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void> applyWss(@Config WssOutboundConfig config, @Content org.mule.runtime.api.metadata.TypedValue<InputStream> response, @Optional(defaultValue="SOAP_12") SoapVersion version, org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo)
-