Package | Description |
---|---|
org.apache.synapse.endpoints.dispatch |
Modifier and Type | Method and Description |
---|---|
SessionInformation |
Dispatcher.getSession(MessageContext synCtx)
Dispatcher should check the session id pattern in the synapseMessageContext and return the
matching endpoint for that session id, if available.
|
SessionInformation |
HttpSessionDispatcher.getSession(MessageContext synCtx)
Check if "Cookie" HTTP header is available.
|
SessionInformation |
SimpleClientSessionDispatcher.getSession(MessageContext synCtx) |
SessionInformation |
SoapSessionDispatcher.getSession(MessageContext synCtx)
Gives the endpoint based on the service group context ID of the request message.
|
SessionInformation |
SALSessions.getSession(String sessionID)
return the endpoint for the given session.
|
Modifier and Type | Method and Description |
---|---|
List<Endpoint> |
SALSessions.getChildEndpoints(SessionInformation information)
Returns endpoint sequence related to the given session
|
List<Endpoint> |
Dispatcher.getEndpoints(SessionInformation sessionInformation)
Returns the endpoint sequence associated with current session with out root
|
List<Endpoint> |
AbstractDispatcher.getEndpoints(SessionInformation sessionInformation) |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.