org.mule.providers.soap.xfire
Class XFireMuleSession

java.lang.Object
  extended by org.mule.providers.soap.xfire.XFireMuleSession
All Implemented Interfaces:
org.codehaus.xfire.transport.Session

public class XFireMuleSession
extends Object
implements org.codehaus.xfire.transport.Session

Mules session wrapper for XFire


Constructor Summary
XFireMuleSession(UMOSession session)
           
 
Method Summary
 Object get(Object key)
          Get a variable from the session by the key.
 void put(Object key, Object value)
          Put a variable into the session with a key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XFireMuleSession

public XFireMuleSession(UMOSession session)
Method Detail

get

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

Specified by:
get in interface org.codehaus.xfire.transport.Session
Parameters:
key -
Returns:
Value

put

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

Specified by:
put in interface org.codehaus.xfire.transport.Session
Parameters:
key -
value -


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.