- SoapAttributes - Class in org.mule.runtime.soap.api.message
-
Contains the headers retrieved by the protocol after the request and the specific outbound SOAP headers retrieved
after performing a web service operation.
- SoapAttributes(Map<String, String>, Map<String, String>) - Constructor for class org.mule.runtime.soap.api.message.SoapAttributes
-
- SoapClient - Interface in org.mule.runtime.soap.api.client
-
Contract for clients that consumes SOAP Web Services, and returns the response.
- SoapClientConfiguration - Class in org.mule.runtime.soap.api.client
-
Represents a Soap Client Configuration with all the required attributes for stablishing a connection with the Web Service.
- SoapClientConfigurationBuilder - Class in org.mule.runtime.soap.api.client
-
- SoapClientFactory - Interface in org.mule.runtime.soap.api.client
-
A Contract for Factory Objects that creates
instances
- SoapErrors - Enum in org.mule.runtime.soap.api.exception.error
-
Enum that defines all the Mule Error Types that can be thrown by the modules that use the soap service.
- SoapExceptionEnricher - Class in org.mule.runtime.soap.internal.exception.error
-
A util class that knows how to wrap an exception throwed by the Soap Service into a ModuleException.
- SoapExceptionEnricher() - Constructor for class org.mule.runtime.soap.internal.exception.error.SoapExceptionEnricher
-
- SoapFaultException - Exception in org.mule.runtime.soap.api.exception
-
A simple POJO that represents a SOAP Fault that occurs during invocation processing.
- SoapFaultException(QName, QName, String, String, String, String, Throwable) - Constructor for exception org.mule.runtime.soap.api.exception.SoapFaultException
-
- SoapFaultException(QName, String, Throwable) - Constructor for exception org.mule.runtime.soap.api.exception.SoapFaultException
-
- SoapMessage - Interface in org.mule.runtime.soap.api.message
-
Represents a Soap Message carrying a content, attachments and a set of headers.
- SoapMetadataKeyResolver - Interface in org.mule.runtime.soap.api.client.metadata
-
- SoapMetadataResolver - Interface in org.mule.runtime.soap.api.client.metadata
-
- SoapMultipartPayload - Class in org.mule.runtime.soap.api.message
-
- SoapMultipartPayload(List<Message>) - Constructor for class org.mule.runtime.soap.api.message.SoapMultipartPayload
-
- SoapOperationMetadata - Interface in org.mule.runtime.soap.api.client.metadata
-
Represents the metadata of a SOAP Operation, carries a body type, a headers type and an attachments type.
- SoapOutputTypeBuilder - Class in org.mule.runtime.soap.internal.metadata
-
Helper class that builds the output types retrieved by Soap Connect extensions and WSC.
- SoapOutputTypeBuilder() - Constructor for class org.mule.runtime.soap.internal.metadata.SoapOutputTypeBuilder
-
- SoapRequest - Interface in org.mule.runtime.soap.api.message
-
Represents a request that aims to be sent to a Soap Web Service.
- SoapRequestBuilder - Class in org.mule.runtime.soap.api.message
-
- SoapResponse - Interface in org.mule.runtime.soap.api.message
-
Represents a response retrieved by a Soap Web Service.
- SoapService - Interface in org.mule.runtime.soap.api
-
Contract for a service that provides a Soap client factory.
- SoapServiceException - Exception in org.mule.runtime.soap.api.exception
-
- SoapServiceException(String, Throwable) - Constructor for exception org.mule.runtime.soap.api.exception.SoapServiceException
-
- SoapVersion - Enum in org.mule.runtime.soap.api
-
All the available SOAP versions with it's version code and protocol name.