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
-
get
Get a variable from the session by the key.- Parameters:
key
-- Returns:
- Value
-
put
Put a variable into the session with a key.- Parameters:
key
-value
-
-