AbstractContext |
This is the top most level of the Context hierarchy and is a bag of properties.
|
ConfigurationContext |
Axis2 states are held in two information models, called description hierarchy and context
hierarchy.
|
ConfigurationContextFactory |
|
MessageContext |
Axis2 states are held in two information models, called description hierarchy
and context hierarchy.
|
NamedValue |
|
OperationContext |
An OperationContext represents a running "instance" of an operation, which is
represented by an AxisOperation object.
|
OperationContextFactory |
This is the factory for OperationContext.
|
PropertyDifference |
This class holds the difference between two properties which are stored in the
AbstractContext
|
ServiceContext |
Well this is never clearly defined, what it does or the life-cycle.
|
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.
|