org.codehaus.xfire.transport.http
Class XFireHttpSession
java.lang.Object
|
+--org.codehaus.xfire.transport.http.XFireHttpSession
- All Implemented Interfaces:
- Session
- public class XFireHttpSession
- extends java.lang.Object
- implements Session
The default servlet session implementation.
- Author:
- Dan Diephouse
Constructor Summary |
XFireHttpSession(javax.servlet.http.HttpServletRequest request)
|
Method Summary |
java.lang.Object |
get(java.lang.Object key)
Get a variable from the session by the key. |
javax.servlet.http.HttpSession |
getSession()
|
void |
put(java.lang.Object key,
java.lang.Object value)
Put a variable into the session with a key. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTP_SERVLET_REQUEST_KEY
public static final java.lang.String HTTP_SERVLET_REQUEST_KEY
- See Also:
- Constant Field Values
XFireHttpSession
public XFireHttpSession(javax.servlet.http.HttpServletRequest request)
get
public java.lang.Object get(java.lang.Object key)
- Description copied from interface:
Session
- Get a variable from the session by the key.
- Specified by:
get
in interface Session
- Parameters:
key
-
- Returns:
- See Also:
Session.get(java.lang.Object)
put
public void put(java.lang.Object key,
java.lang.Object value)
- Description copied from interface:
Session
- Put a variable into the session with a key.
- Specified by:
put
in interface Session
- Parameters:
key
- value
- - See Also:
Session.put(java.lang.Object, java.lang.Object)
getSession
public javax.servlet.http.HttpSession getSession()
Copyright © 2004 Codehaus. All Rights Reserved.