Package org.apache.axis2.engine

Interface Summary
AxisConfiguration The palce where all the Global states of Axis is kept.
AxisObserver  
Handler Interface Handler
MessageReceiver This one receives the Message, what is does is not of concern for Axis2 (litirally).
 

Class Summary
AbstractDispatcher This the base class for all dispatchers, it is a Handler which has a one traget, that is to find the Service a given SOAP message is targeted to.
AddressingBasedDispatcher Dispatcher based on the WS-Addressing properties
AxisConfigurationImpl Class EngineRegistryImpl
AxisEngine There is one engine for the Server and the Client.
AxisEvent  
DependencyManager This one Handlers the dependancy of the Service implemetation are injected before invoke the Service
DispatchingChecker This one is run after all the dispatchers and make a Operation and a Service is idenitified if the message to go any further
Phase This is Phase, a orderd collection of Handlers.
RequestURIBasedDispatcher Dispatches the service based on the information from the traget endpoint URL
SOAPActionBasedDispatcher Dispatches based on the SOAPAction
SOAPMessageBodyBasedDispatcher Dispatches based on the namespace URI of the first child of the Body.
SOAPProcessingModelChecker This handler checks that the SOAP processing model rules have been followed by the various modules and handlers.
 

Exception Summary
AxisError