Package org.apache.cxf.transport
Interface Session
public interface Session
A Session which can be bound to HTTP, WS-Adddressing, etc.
- 
Method Summary
- 
Method Details- 
getGet a variable from the session by the key.- Parameters:
- key-
- Returns:
- Value
 
- 
putPut a variable into the session with a key.- Parameters:
- key-
- value-
 
 
-