Uses of Enum Class
com.mulesoft.modules.wss.api.constants.SoapVersion
Packages that use SoapVersion
Package
Description
-
Uses of SoapVersion in com.mulesoft.modules.wss.api.constants
Methods in com.mulesoft.modules.wss.api.constants that return SoapVersionModifier and TypeMethodDescriptionstatic SoapVersionReturns the enum constant of this class with the specified name.static SoapVersion[]SoapVersion.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SoapVersion in com.mulesoft.modules.wss.internal.inbound
Methods in com.mulesoft.modules.wss.internal.inbound with parameters of type SoapVersionModifier and TypeMethodDescriptionorg.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void> WssInboundOperations.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) -
Uses of SoapVersion in com.mulesoft.modules.wss.internal.outbound
Methods in com.mulesoft.modules.wss.internal.outbound with parameters of type SoapVersionModifier and TypeMethodDescriptionorg.mule.runtime.extension.api.runtime.operation.Result<InputStream,Void> WssOutboundOperations.applyWss(WssOutboundConfig config, org.mule.runtime.api.metadata.TypedValue<InputStream> response, SoapVersion version, org.mule.runtime.extension.api.runtime.parameter.CorrelationInfo correlationInfo) -
Uses of SoapVersion in com.mulesoft.modules.wss.internal.util
Methods in com.mulesoft.modules.wss.internal.util with parameters of type SoapVersionModifier and TypeMethodDescriptionjakarta.xml.soap.SOAPMessageSoapMessageHandler.create(InputStream request, String contentType, SoapVersion version)