Package org.apache.cxf.transport
Interface Session
- 
 public interface SessionA Session which can be bound to HTTP, WS-Adddressing, etc.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectget(Object key)Get a variable from the session by the key.voidput(Object key, Object value)Put a variable into the session with a key.
 
-