public class SoapSessionDispatcher extends AbstractDispatcher
log
Constructor and Description |
---|
SoapSessionDispatcher() |
Modifier and Type | Method and Description |
---|---|
SessionInformation |
getSession(MessageContext synCtx)
Gives the endpoint based on the service group context ID of the request message.
|
boolean |
isServerInitiatedSession()
Soap session is initiated by the server.
|
void |
removeSessionID(MessageContext syCtx)
Remove the session Id - To clear out session information from current message
|
void |
unbind(MessageContext synCtx)
Removes the session belonging to the given message context.
|
void |
updateSession(MessageContext synCtx)
As this is a server initiated session, this method will only be called for response messages.
|
extractSessionID, extractSessionID, getEndpoints, removeSessionID, removeSessionID
public SessionInformation getSession(MessageContext synCtx)
synCtx
- Request MessageContext, possibly containing a service group context ID.public void updateSession(MessageContext synCtx)
synCtx
- MessageContext of the response message.public void unbind(MessageContext synCtx)
Dispatcher
synCtx
- MessageContext containing an session ID.public boolean isServerInitiatedSession()
public void removeSessionID(MessageContext syCtx)
Dispatcher
syCtx
- MessageContext containing an session IDCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.