Uses of Class
org.apache.synapse.endpoints.dispatch.SessionInformation
-
Packages that use SessionInformation Package Description org.apache.synapse.endpoints.dispatch -
-
Uses of SessionInformation in org.apache.synapse.endpoints.dispatch
Methods in org.apache.synapse.endpoints.dispatch that return SessionInformation Modifier and Type Method 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
SALSessions. getSession(String sessionID)
return the endpoint for the given session.SessionInformation
SimpleClientSessionDispatcher. getSession(MessageContext synCtx)
SessionInformation
SoapSessionDispatcher. getSession(MessageContext synCtx)
Gives the endpoint based on the service group context ID of the request message.Methods in org.apache.synapse.endpoints.dispatch with parameters of type SessionInformation Modifier and Type Method Description List<Endpoint>
SALSessions. getChildEndpoints(SessionInformation information)
Returns endpoint sequence related to the given sessionList<Endpoint>
AbstractDispatcher. getEndpoints(SessionInformation sessionInformation)
List<Endpoint>
Dispatcher. getEndpoints(SessionInformation sessionInformation)
Returns the endpoint sequence associated with current session with out root
-