Uses of Class
org.apache.axis2.context.SessionContext
-
-
Uses of SessionContext in org.apache.axis2.context
Methods in org.apache.axis2.context that return SessionContext Modifier and Type Method Description SessionContext
MessageContext. getSessionContext()
Methods in org.apache.axis2.context with parameters of type SessionContext Modifier and Type Method Description void
MessageContext. setSessionContext(SessionContext sessionContext)
-
Uses of SessionContext in org.apache.axis2.kernel
Methods in org.apache.axis2.kernel that return SessionContext Modifier and Type Method Description SessionContext
TransportListener. getSessionContext(MessageContext messageContext)
To get the sessionContext transport dependent manner. -
Uses of SessionContext in org.apache.axis2.transport.base
Methods in org.apache.axis2.transport.base that return SessionContext Modifier and Type Method Description SessionContext
AbstractTransportListener. getSessionContext(MessageContext messageContext)
-
Uses of SessionContext in org.apache.axis2.transport.http
Methods in org.apache.axis2.transport.http that return SessionContext Modifier and Type Method Description SessionContext
AxisServletListener. getSessionContext(MessageContext messageContext)
SessionContext
SimpleHTTPServer. getSessionContext(MessageContext messageContext)
-
Uses of SessionContext in org.apache.axis2.transport.http.server
Methods in org.apache.axis2.transport.http.server that return SessionContext Modifier and Type Method Description SessionContext
SessionManager. getSessionContext(String sessionKey)
-
Uses of SessionContext in org.apache.axis2.transport.testkit.util
Methods in org.apache.axis2.transport.testkit.util that return SessionContext Modifier and Type Method Description SessionContext
LifecycleFixTransportListenerProxy. getSessionContext(MessageContext arg0)
-
Uses of SessionContext in org.apache.axis2.transport.xmpp
Methods in org.apache.axis2.transport.xmpp that return SessionContext Modifier and Type Method Description SessionContext
XMPPListener. getSessionContext(MessageContext messageContext)
-