org.apache.axis2.context
Class SessionContext

java.lang.Object
  extended byorg.apache.axis2.context.AbstractContext
      extended byorg.apache.axis2.context.SessionContext
All Implemented Interfaces:
java.io.Serializable

public class SessionContext
extends AbstractContext

All the engine componets are stateless accross the executions and all the states should be kept in the Contexts, there are three context Global, Session and Message

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis2.context.AbstractContext
nonPersistentMap, parent, persistentMap
 
Constructor Summary
SessionContext(AbstractContext parent)
           
 
Method Summary
 void init(AxisConfiguration axisConfiguration)
           
 
Methods inherited from class org.apache.axis2.context.AbstractContext
getNonPersistentMap, getParent, getPersistentMap, getProperty, getProperty, setParent, setProperty, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionContext

public SessionContext(AbstractContext parent)
Parameters:
parent -
Method Detail

init

public void init(AxisConfiguration axisConfiguration)
          throws AxisFault
Specified by:
init in class AbstractContext
Throws:
AxisFault