public abstract class AbstractDispatcher extends 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 String |
extractSessionID(MessageContext synCtx,
String key) |
protected String |
extractSessionID(org.apache.axiom.om.OMElement header,
QName keyQName) |
List<Endpoint> |
getEndpoints(SessionInformation sessionInformation)
Returns the endpoint sequence associated with current session with out root
|
protected void |
removeSessionID(MessageContext synCtx,
String key) |
protected void |
removeSessionID(org.apache.axiom.om.OMElement header,
QName keyQName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSession, isServerInitiatedSession, removeSessionID, unbind, updateSessionpublic List<Endpoint> getEndpoints(SessionInformation sessionInformation)
DispatchergetEndpoints in interface DispatchersessionInformation - Current Session informationprotected String extractSessionID(org.apache.axiom.om.OMElement header, QName keyQName)
protected String extractSessionID(MessageContext synCtx, String key)
protected void removeSessionID(MessageContext synCtx, String key)
protected void removeSessionID(org.apache.axiom.om.OMElement header,
QName keyQName)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.