org.codehaus.xfire.transport.http
Class XFireHttpSession
java.lang.Object
org.codehaus.xfire.transport.http.XFireHttpSession
- All Implemented Interfaces:
- Session
public class XFireHttpSession
- extends Object
- implements Session
The default servlet session implementation.
- Author:
- Dan Diephouse
Constructor Summary |
XFireHttpSession(javax.servlet.http.HttpServletRequest request)
|
Method Summary |
Object |
get(Object key)
Get a variable from the session by the key. |
javax.servlet.http.HttpSession |
getSession()
|
void |
put(Object key,
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 String HTTP_SERVLET_REQUEST_KEY
- See Also:
- Constant Field Values
XFireHttpSession
public XFireHttpSession(javax.servlet.http.HttpServletRequest request)
get
public Object get(Object key)
- Description copied from interface:
Session
- Get a variable from the session by the key.
- Specified by:
get
in interface Session
- Returns:
- Value
- See Also:
Session.get(java.lang.Object)
put
public void put(Object key,
Object value)
- Description copied from interface:
Session
- Put a variable into the session with a key.
- Specified by:
put
in interface Session
- See Also:
Session.put(java.lang.Object, java.lang.Object)
getSession
public javax.servlet.http.HttpSession getSession()
Copyright © 2004-2013. All Rights Reserved.