class |
AbstractEndpoint |
An abstract base class for all Endpoint implementations
|
class |
AddressEndpoint |
This class represents an actual endpoint to send the message.
|
class |
BasicAuthConfiguredHTTPEndpoint |
This class represents a http endpoint with basic auth configured
This will configure the basic auth headers and call the send method in HTTP endpoint
|
class |
ClassEndpoint |
Class which defines custom user defined endpoints.
|
class |
DefaultEndpoint |
This class represents an endpoint with the EPR as the 'To' header of the message.
|
class |
DynamicLoadbalanceEndpoint |
Represents a dynamic load balance endpoint.
|
class |
FailoverEndpoint |
FailoverEndpoint can have multiple child endpoints.
|
class |
HTTPEndpoint |
|
class |
IndirectEndpoint |
This class represents a real endpoint referred by a key.
|
class |
LoadbalanceEndpoint |
A Load balance endpoint contains multiple child endpoints.
|
class |
OAuthConfiguredHTTPEndpoint |
This class represents a http endpoint with oauth configured
This will configure the oauth headers and call the send method in HTTP endpoint
|
class |
RecipientListEndpoint |
|
class |
ResolvingEndpoint |
|
class |
SALoadbalanceEndpoint |
SALoadbalanceEndpoint supports session affinity based load balancing.
|
class |
ServiceDynamicLoadbalanceEndpoint |
Represents a dynamic load balance endpoint.
|
class |
TemplateEndpoint |
|
class |
WSDLEndpoint |
WSDLEndpoint represents the endpoints built using a WSDL document.
|