| Modifier and Type | Method and Description |
|---|---|
static SoapVersion |
SoapVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SoapVersion[] |
SoapVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.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) |
| Modifier and Type | Method and Description |
|---|---|
org.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) |
| Modifier and Type | Method and Description |
|---|---|
SOAPMessage |
SoapMessageHandler.create(InputStream request,
String contentType,
SoapVersion version) |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.