org.apache.cxf.transport.http
Class HTTPSession
java.lang.Object
org.apache.cxf.transport.http.HTTPSession
- All Implemented Interfaces:
- org.apache.cxf.transport.Session
public class HTTPSession
- extends Object
- implements org.apache.cxf.transport.Session
A session implementation bound to HTTP.
- Author:
- Dan Diephouse
|
Constructor Summary |
HTTPSession(javax.servlet.http.HttpServletRequest request)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTPSession
public HTTPSession(javax.servlet.http.HttpServletRequest request)
get
public Object get(Object key)
- Specified by:
get in interface org.apache.cxf.transport.Session
put
public void put(Object key,
Object value)
- Specified by:
put in interface org.apache.cxf.transport.Session
getSession
public javax.servlet.http.HttpSession getSession()
Apache CXF