Uses of Class
org.apache.axis2.context.AbstractContext

Packages that use AbstractContext
org.apache.axis2.context   
 

Uses of AbstractContext in org.apache.axis2.context
 

Subclasses of AbstractContext in org.apache.axis2.context
 class ConfigurationContext
          This is the biggest memeber of the Axis2 information hierachy, and if this is serialized completly the whole Axis2 is saved to the disc.
 class MessageContext
          The palce where all the service specific states are kept.
 class OperationContext
          An OperationContext represents a running "instance" of an operation, which is represented by an OperationDescription object.
 class ServiceContext
          Well this is never clearly defined, what is does nor the lifecycle So I advised to NOT to use this ..
 class ServiceGroupContext
           
 class SessionContext
          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
 

Fields in org.apache.axis2.context declared as AbstractContext
protected  AbstractContext AbstractContext.parent
           
 

Methods in org.apache.axis2.context that return AbstractContext
 AbstractContext AbstractContext.getParent()
           
 

Methods in org.apache.axis2.context with parameters of type AbstractContext
 void AbstractContext.setParent(AbstractContext context)
           
 void OperationContext.setParent(AbstractContext context)
           
 

Constructors in org.apache.axis2.context with parameters of type AbstractContext
SessionContext(AbstractContext parent)
           
AbstractContext(AbstractContext parent)