Uses of Package
org.apache.axis2.context

Packages that use org.apache.axis2.context
org.apache.axis2.client   
org.apache.axis2.client.async   
org.apache.axis2.context   
org.apache.axis2.description   
org.apache.axis2.engine   
org.apache.axis2.handlers   
org.apache.axis2.handlers.addressing   
org.apache.axis2.receivers   
org.apache.axis2.rpc   
org.apache.axis2.rpc.client   
org.apache.axis2.rpc.receivers   
org.apache.axis2.security   
org.apache.axis2.security.handler   
org.apache.axis2.security.util   
org.apache.axis2.transport   
org.apache.axis2.transport.http   
org.apache.axis2.transport.jms   
org.apache.axis2.transport.local   
org.apache.axis2.transport.mail   
org.apache.axis2.transport.mail.server   
org.apache.axis2.transport.tcp   
org.apache.axis2.util   
 

Classes in org.apache.axis2.context used by org.apache.axis2.client
ConfigurationContext
          This contains all the configuration information for Axis2.
MessageContext
          MessageContext holds service specific state information.
ServiceContext
          Well this is never clearly defined, what it does or the lifecycle.
 

Classes in org.apache.axis2.context used by org.apache.axis2.client.async
MessageContext
          MessageContext holds service specific state information.
 

Classes in org.apache.axis2.context used by org.apache.axis2.context
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.
MessageContext
          MessageContext holds service specific state information.
OperationContext
          An OperationContext represents a running "instance" of an operation, which is represented by an AxisOperation object.
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.
 

Classes in org.apache.axis2.context used by org.apache.axis2.description
MessageContext
          MessageContext holds service specific state information.
OperationContext
          An OperationContext represents a running "instance" of an operation, which is represented by an AxisOperation object.
ServiceContext
          Well this is never clearly defined, what it does or the lifecycle.
 

Classes in org.apache.axis2.context used by org.apache.axis2.engine
ConfigurationContext
          This contains all the configuration information for Axis2.
MessageContext
          MessageContext holds service specific state information.
 

Classes in org.apache.axis2.context used by org.apache.axis2.handlers
MessageContext
          MessageContext holds service specific state information.
 

Classes in org.apache.axis2.context used by org.apache.axis2.handlers.addressing
MessageContext
          MessageContext holds service specific state information.
 

Classes in org.apache.axis2.context used by org.apache.axis2.receivers
MessageContext
          MessageContext holds service specific state information.
 

Classes in org.apache.axis2.context used by org.apache.axis2.rpc
MessageContext
          MessageContext holds service specific state information.
 

Classes in org.apache.axis2.context used by org.apache.axis2.rpc.client
ConfigurationContext
          This contains all the configuration information for Axis2.
 

Classes in org.apache.axis2.context used by org.apache.axis2.rpc.receivers
MessageContext
          MessageContext holds service specific state information.
 

Classes in org.apache.axis2.context used by org.apache.axis2.security
MessageContext
          MessageContext holds service specific state information.
 

Classes in org.apache.axis2.context used by org.apache.axis2.security.handler
MessageContext
          MessageContext holds service specific state information.
 

Classes in org.apache.axis2.context used by org.apache.axis2.security.util
MessageContext
          MessageContext holds service specific state information.
 

Classes in org.apache.axis2.context used by org.apache.axis2.transport
ConfigurationContext
          This contains all the configuration information for Axis2.
MessageContext
          MessageContext holds service specific state information.
 

Classes in org.apache.axis2.context used by org.apache.axis2.transport.http
ConfigurationContext
          This contains all the configuration information for Axis2.
MessageContext
          MessageContext holds service specific state information.
 

Classes in org.apache.axis2.context used by org.apache.axis2.transport.jms
ConfigurationContext
          This contains all the configuration information for Axis2.
MessageContext
          MessageContext holds service specific state information.
 

Classes in org.apache.axis2.context used by org.apache.axis2.transport.local
ConfigurationContext
          This contains all the configuration information for Axis2.
MessageContext
          MessageContext holds service specific state information.
 

Classes in org.apache.axis2.context used by org.apache.axis2.transport.mail
ConfigurationContext
          This contains all the configuration information for Axis2.
MessageContext
          MessageContext holds service specific state information.
 

Classes in org.apache.axis2.context used by org.apache.axis2.transport.mail.server
ConfigurationContext
          This contains all the configuration information for Axis2.
 

Classes in org.apache.axis2.context used by org.apache.axis2.transport.tcp
ConfigurationContext
          This contains all the configuration information for Axis2.
MessageContext
          MessageContext holds service specific state information.
 

Classes in org.apache.axis2.context used by org.apache.axis2.util
ConfigurationContext
          This contains all the configuration information for Axis2.
MessageContext
          MessageContext holds service specific state information.
ServiceContext
          Well this is never clearly defined, what it does or the lifecycle.