| java.lang.Object org.apache.axis2.handlers.AbstractHandler org.apache.axis2.engine.AbstractDispatcher
All known Subclasses: org.apache.axis2.dispatchers.RequestURIOperationDispatcher, org.apache.axis2.dispatchers.HTTPLocationBasedDispatcher, org.apache.axis2.dispatchers.AddressingBasedDispatcher, org.apache.axis2.dispatchers.SOAPMessageBodyBasedDispatcher, org.apache.axis2.dispatchers.SOAPActionBasedDispatcher, org.apache.axis2.dispatchers.RequestURIBasedDispatcher,
AbstractDispatcher | abstract public class AbstractDispatcher extends AbstractHandler (Code) | | This the base class for all dispatchers. A dispatcher's task is
to find the service for an incoming SOAP message.
In Axis2, a chain of dispatchers is setup. Each tries to
dispatch and return without throwing an exception, in case it fails
to find the service or operation. Dispatchers look for services, operations,
or both.
|
AbstractDispatcher | public AbstractDispatcher()(Code) | | |
initDispatcher | abstract public void initDispatcher()(Code) | | |
|
|