org.mule.providers.soap.xfire
Class XFireMuleSession
java.lang.Object
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
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.
- 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.