Uses of Interface
org.apache.axis.session.Session

Packages that use Session
org.apache.axis   
org.apache.axis.handlers.soap   
org.apache.axis.session   
org.apache.axis.transport.http   
 

Uses of Session in org.apache.axis
 

Methods in org.apache.axis that return Session
 Session MessageContext.getSession()
          Get the current session.
 Session AxisEngine.getApplicationSession()
          Get the Session object associated with the application session.
 

Methods in org.apache.axis with parameters of type Session
 void MessageContext.setSession(Session session)
          Set the current session.
 

Uses of Session in org.apache.axis.handlers.soap
 

Methods in org.apache.axis.handlers.soap with parameters of type Session
 void SOAPService.addSession(Session session)
          Add this passed in Session to this Service's list of sessions
 

Uses of Session in org.apache.axis.session
 

Classes in org.apache.axis.session that implement Session
 class SimpleSession
          A trivial session implementation.
 

Uses of Session in org.apache.axis.transport.http
 

Classes in org.apache.axis.transport.http that implement Session
 class AxisHttpSession
          An HTTP/Servlet implementation of Axis sessions.
 

Methods in org.apache.axis.transport.http that return Session
protected  Session SimpleAxisServer.createSession(java.lang.String cooky)
          demand create a session if there is not already one for the string
 



Copyright © 2005 Apache Web Services Project. All Rights Reserved.