org.mule.providers.soap.xfire
Class XFireMuleSession
java.lang.Object
org.mule.providers.soap.xfire.XFireMuleSession
- public class XFireMuleSession
- extends Object
Mules session wrapper for XFire
|
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 |
XFireMuleSession
public XFireMuleSession(UMOSession session)
get
public Object get(Object key)
- Get a variable from the session by the key.
- Parameters:
key -
- Returns:
- Value
put
public void put(Object key,
Object value)
- Put a variable into the session with a key.
- Parameters:
key - value -
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.