Package org.apache.axis2.context

Class Summary
AbstractContext This is the topmost level of the Context hierachy, is potentially a bag of properties.
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.
ConfigurationContextFactory  
MessageContext The palce where all the service specific states are kept.
OperationContext An OperationContext represents a running "instance" of an operation, which is represented by an OperationDescription object.
OperationContextFactory This is the facotry for the OperationContexts
ServiceContext Well this is never clearly defined, what is does nor the lifecycle So I advised to NOT to use this ..
ServiceGroupContext  
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