Package org.apache.axis2.context
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
MessageContextConstants No description provided.
Classes
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 No description provided.
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 No description provided.
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.