Uses of Interface
org.codehaus.xfire.transport.Session

Packages that use Session
org.codehaus.xfire   
org.codehaus.xfire.transport.http   
 

Uses of Session in org.codehaus.xfire
 

Methods in org.codehaus.xfire that return Session
 Session MessageContext.getSession()
          The session that this request is a part of.
 

Methods in org.codehaus.xfire with parameters of type Session
 void MessageContext.setSession(Session session)
           
 

Uses of Session in org.codehaus.xfire.transport.http
 

Classes in org.codehaus.xfire.transport.http that implement Session
 class XFireHttpSession
          The default servlet session implementation.
 



Copyright © 2004-2005 Codehaus. All Rights Reserved.