|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Session | |
org.codehaus.xfire | |
org.codehaus.xfire.test | |
org.codehaus.xfire.transport | |
org.codehaus.xfire.transport.http | |
org.codehaus.xfire.transport.local |
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.test |
Methods in org.codehaus.xfire.test that return Session | |
protected Session |
AbstractXFireTest.getSession()
|
Uses of Session in org.codehaus.xfire.transport |
Classes in org.codehaus.xfire.transport that implement Session | |
class |
MapSession
A simple Session implementation backed by an unsyncrhonized map. |
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. |
Uses of Session in org.codehaus.xfire.transport.local |
Constructors in org.codehaus.xfire.transport.local with parameters of type Session | |
LocalChannel(java.lang.String uri,
LocalTransport transport,
Session session)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |