org.apache.cxf.transport.http
Class HTTPSession

java.lang.Object
  extended by 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.


Constructor Summary
HTTPSession(javax.servlet.http.HttpServletRequest request)
           
 
Method Summary
 Object get(Object key)
           
 javax.servlet.http.HttpSession getSession()
           
 void put(Object key, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPSession

public HTTPSession(javax.servlet.http.HttpServletRequest request)
Method Detail

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