Package org.apache.axis2.context

Interface Summary
MessageContextConstants  
 

Class Summary
AbstractContext This is the top most level of the Context hierachy and is a bag of properties.
ConfigurationContext This contains all the configuration information for Axis2.
ConfigurationContextFactory  
MessageContext MessageContext holds service specific state information.
OperationContext An OperationContext represents a running "instance" of an operation, which is represented by an AxisOperation object.
OperationContextFactory This is the factory for OperationContext.
ServiceContext Well this is never clearly defined, what it does or the lifecycle.
ServiceGroupContext  
SessionContext All the engine components are stateless across the executions and all the states should be kept in the Contexts, there are three context Global, Session and Message.