Package org.apache.axis2.engine

Interface Summary
AxisObserver  
ConfigSerializer  
Handler Interface Handler
MessageReceiver An instance of MessageReceiver can be setup to receive messages.
 

Class Summary
AbstractDispatcher This the base class for all dispatchers.
AddressingBasedDispatcher Dispatcher based on the WS-Addressing properties.
AxisConfiguration Class AxisConfigurationImpl
AxisEngine There is one engine for the Server and the Client.
AxisEvent  
DependencyManager If the service implementation has an init method with 1 or 2 message context as its parameters, then the DependencyManager calls the init method with appropriate parameters.
DispatchingChecker This runs after all the dispatchers and ensures that a specific operation and a service has been identified.
FileBasedConfigSerializer  
InstanceDispatcher By the time the control comes to this handler, the dispatching must have happened so that the message context contains the AxisServiceGroup, AxisService and AxisOperation.
Phase A Phase is an ordered collection of Handlers.
RequestURIBasedDispatcher Dispatches the service based on the information from the target 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