|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
Constructors in org.codehaus.xfire with parameters of type Session | |
MessageContext(java.lang.String service,
java.lang.String action,
java.io.OutputStream response,
Session session,
java.lang.String requestUri)
Create a MessageContext to invoke a service with the specified document as the request. |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |