org.codehaus.xfire.transport
Interface Session

All Known Implementing Classes:
MapSession, XFireHttpSession

public interface Session

A XFire Session for a series of invocations.

Author:
Dan Diephouse

Method Summary
 java.lang.Object get(java.lang.Object key)
          Get a variable from the session by the key.
 void put(java.lang.Object key, java.lang.Object value)
          Put a variable into the session with a key.
 

Method Detail

get

public java.lang.Object get(java.lang.Object key)
Get a variable from the session by the key.

Parameters:
key -
Returns:
Value

put

public void put(java.lang.Object key,
                java.lang.Object value)
Put a variable into the session with a key.

Parameters:
key -
value -


Copyright © 2004-2006 null. All Rights Reserved.