Uses of Interface
org.apache.cxf.transport.Session
-
Packages that use Session Package Description 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 Modifier and Type Method Description SessionExchange. getSession()SessionExchangeImpl. getSession()Methods in org.apache.cxf.message with parameters of type Session Modifier and Type Method Description voidExchangeImpl. setSession(Session session) -
Uses of Session in org.apache.cxf.transport.http
Classes in org.apache.cxf.transport.http that implement Session Modifier and Type Class Description classHTTPSessionA session implementation bound to HTTP.
-