org.mule.transport.cxf
Class CxfMuleSession

java.lang.Object
  extended by org.mule.transport.cxf.CxfMuleSession
All Implemented Interfaces:
org.apache.cxf.transport.Session

public class CxfMuleSession
extends Object
implements org.apache.cxf.transport.Session

Mules session wrapper for XFire


Constructor Summary
CxfMuleSession(MuleSession 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

CxfMuleSession

public CxfMuleSession(MuleSession session)
Method Detail

get

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

Specified by:
get in interface org.apache.cxf.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.apache.cxf.transport.Session
Parameters:
key -
value -


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