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 SessionContextMessageContext. getSessionContext()Methods in org.apache.axis2.context with parameters of type SessionContext Modifier and Type Method Description voidMessageContext. 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 SessionContextTransportListener. 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 SessionContextAbstractTransportListener. 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 SessionContextAxisServletListener. getSessionContext(MessageContext messageContext)SessionContextSimpleHTTPServer. 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 SessionContextSessionManager. 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 SessionContextLifecycleFixTransportListenerProxy. 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 SessionContextXMPPListener. getSessionContext(MessageContext messageContext)
-