public abstract class AbstractDispatcher extends java.lang.Object implements Dispatcher
Modifier and Type | Field and Description |
---|---|
protected org.apache.commons.logging.Log |
log |
Modifier | Constructor and Description |
---|---|
protected |
AbstractDispatcher() |
Modifier and Type | Method and Description |
---|---|
protected SessionCookie |
extractSessionCookie(MessageContext synCtx,
java.lang.String key) |
protected java.lang.String |
extractSessionID(MessageContext synCtx,
java.lang.String key) |
protected java.lang.String |
extractSessionID(org.apache.axiom.om.OMElement header,
javax.xml.namespace.QName keyQName) |
java.util.List<Endpoint> |
getEndpoints(SessionInformation sessionInformation)
Returns the endpoint sequence associated with current session with out root
|
protected void |
removeSessionID(MessageContext synCtx,
java.lang.String key) |
protected void |
removeSessionID(org.apache.axiom.om.OMElement header,
javax.xml.namespace.QName keyQName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSession, isServerInitiatedSession, removeSessionID, unbind, updateSession
public java.util.List<Endpoint> getEndpoints(SessionInformation sessionInformation)
Dispatcher
getEndpoints
in interface Dispatcher
sessionInformation
- Current Session informationprotected java.lang.String extractSessionID(org.apache.axiom.om.OMElement header, javax.xml.namespace.QName keyQName)
protected java.lang.String extractSessionID(MessageContext synCtx, java.lang.String key)
protected SessionCookie extractSessionCookie(MessageContext synCtx, java.lang.String key)
protected void removeSessionID(MessageContext synCtx, java.lang.String key)
protected void removeSessionID(org.apache.axiom.om.OMElement header, javax.xml.namespace.QName keyQName)
Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.