org.apache.synapse.endpoints |
|
Java Source File Name | Type | Comment |
AddressEndpoint.java | Class | This class represents an actual endpoint to send the message. |
Endpoint.java | Interface | Endpoint defines the behavior common to all Synapse endpoints. |
EndpointContext.java | Class | Keeps the states of the endpoint.This hides where those states are kept .For a cluster environment
,all states are kept in the axis2 configuration context in order to replicate those states so that
other synapse instance in the same cluster can see those changes . |
FailoverEndpoint.java | Class | FailoverEndpoint can have multiple child endpoints. |
IndirectEndpoint.java | Class | This class represents the endpoints referred by keys. |
LoadbalanceEndpoint.java | Class | Load balance endpoint can have multiple endpoints. |
SALoadbalanceEndpoint.java | Class | SALoadbalanceEndpoint supports session affinity based load balancing. |
WSDLEndpoint.java | Class | WSDLEndpoint represents the endpoints built using a wsdl document. |