org.apache.axis2.engine
Class SOAPMessageBodyBasedDispatcher

java.lang.Object
  extended byorg.apache.axis2.handlers.AbstractHandler
      extended byorg.apache.axis2.engine.AbstractDispatcher
          extended byorg.apache.axis2.engine.SOAPMessageBodyBasedDispatcher
All Implemented Interfaces:
Handler, java.io.Serializable

public class SOAPMessageBodyBasedDispatcher
extends AbstractDispatcher

Dispatches based on the namespace URI of the first child of the Body.

See Also:
Serialized Form

Field Summary
static javax.xml.namespace.QName NAME
          Field NAME
 
Fields inherited from class org.apache.axis2.handlers.AbstractHandler
handlerDesc
 
Constructor Summary
SOAPMessageBodyBasedDispatcher()
           
 
Method Summary
 OperationDescription findOperation(ServiceDescription service, MessageContext messageContext)
          Give the diaptacher turn to find the Operation
 ServiceDescription findService(MessageContext messageContext)
          Give the diaptacher turn to find the Service
 void initDispatcher()
          Constructor Dispatcher
 
Methods inherited from class org.apache.axis2.engine.AbstractDispatcher
invoke
 
Methods inherited from class org.apache.axis2.handlers.AbstractHandler
cleanup, getHandlerDesc, getName, getParameter, init, revoke, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME

public static final javax.xml.namespace.QName NAME
Field NAME

Constructor Detail

SOAPMessageBodyBasedDispatcher

public SOAPMessageBodyBasedDispatcher()
Method Detail

initDispatcher

public void initDispatcher()
Constructor Dispatcher

Specified by:
initDispatcher in class AbstractDispatcher

findOperation

public OperationDescription findOperation(ServiceDescription service,
                                          MessageContext messageContext)
                                   throws AxisFault
Description copied from class: AbstractDispatcher
Give the diaptacher turn to find the Operation

Specified by:
findOperation in class AbstractDispatcher
Parameters:
service -
messageContext -
Returns:
Throws:
AxisFault

findService

public ServiceDescription findService(MessageContext messageContext)
                               throws AxisFault
Description copied from class: AbstractDispatcher
Give the diaptacher turn to find the Service

Specified by:
findService in class AbstractDispatcher
Parameters:
messageContext -
Returns:
Throws:
AxisFault