| Interface | Description |
|---|---|
| HttpMessageDispatcherProvider |
A message dispatcher that sends messages over HTTP with a default configuration or using an HTTP requester configuration.
|
| MessageDispatcherProvider<T extends MessageDispatcher> |
ConnectionProvider specialization that handles MessageDispatcher connections that are bundled to
a SoapServiceProvider, which are created from when the SoapServiceProvider is created. |
| SoapServiceProvider |
Contract for implementations that handles the web services that the extension will be able to execute by returning a list of
WebServiceDefinitions. |
| Class | Description |
|---|---|
| SoapAttachment |
Represents and enables the construction of an attachment to be sent over SOAP.
|
| SoapAttributes |
Contains the headers retrieved by the protocol after the request.
|
| SoapOutputPayload |
A simple container object that carries the SOAP envelope information and the attachments bounded to the response.
|
| WebServiceDefinition |
Representation of a web service, carrying the WSDL that can be accessible either locally or remotely, a Service, a Port.
|
| WebServiceDefinitionBuilder |
Builder pattern implementation to create
WebServiceDefinition instances. |
| WebServiceTypeKey |
Represents a multilevel metadata key that describes a soap operation giving a web service.
|
| Exception | Description |
|---|---|
| SoapServiceProviderConfigurationException |
RuntimeException that aims to be thrown in the SoapServiceProvider.validateConfiguration() when some configured
value is invalid. |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.