Apache CXF API

Uses of Interface
org.apache.cxf.transport.Session

Packages that use Session
org.apache.cxf.message   
org.apache.cxf.transport.http   
 

Uses of Session in org.apache.cxf.message
 

Methods in org.apache.cxf.message that return Session
 Session ExchangeImpl.getSession()
           
 Session Exchange.getSession()
           
 

Methods in org.apache.cxf.message with parameters of type Session
 void ExchangeImpl.setSession(Session session)
           
 

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

Classes in org.apache.cxf.transport.http that implement Session
 class HTTPSession
          A session implementation bound to HTTP.
 


Apache CXF API

Apache CXF