org.codehaus.xfire.transport
Interface Session

All Known Implementing Classes:
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

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

Parameters:
key -
Returns:

put

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

Parameters:
key -
value -


Copyright © 2004-2005 Codehaus. All Rights Reserved.