| AbstractEndpoint |
An abstract base class for all Endpoint implementations
|
| AddressEndpoint |
This class represents an actual endpoint to send the message.
|
| 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
|
| ClassEndpoint |
Class which defines custom user defined endpoints.
|
| DefaultEndpoint |
This class represents an endpoint with the EPR as the 'To' header of the message.
|
| DynamicLoadbalanceEndpoint |
Represents a dynamic load balance endpoint.
|
| DynamicLoadbalanceFaultHandler |
This FaultHandler will try to resend the message to another member if an error occurs
while sending to some member.
|
| EndpointContext |
This class is one of the key classes of the Endpoint management in Synapse.
|
| EndpointDefinition |
An Endpoint definition contains the information about an endpoint.
|
| EndpointView |
This class is the metrics collector and JMX control point for Endpoints
|
| EPConstants |
This class will hold required constant values for endpoints.
|
| FailoverEndpoint |
FailoverEndpoint can have multiple child endpoints.
|
| HTTPEndpoint |
|
| IndirectEndpoint |
This class represents a real endpoint referred by a key.
|
| LoadbalanceEndpoint |
A Load balance endpoint contains multiple child endpoints.
|
| OAuthConfiguredHTTPEndpoint |
This class represents a http endpoint with oauth configured
This will configure the oauth headers and call the send method in HTTP endpoint
|
| RecipientListEndpoint |
|
| ResolvingEndpoint |
|
| SALoadbalanceEndpoint |
SALoadbalanceEndpoint supports session affinity based load balancing.
|
| ServiceDynamicLoadbalanceEndpoint |
Represents a dynamic load balance endpoint.
|
| Template |
A template with the endpoint information.
|
| TemplateEndpoint |
|
| WSDLEndpoint |
WSDLEndpoint represents the endpoints built using a WSDL document.
|