org.apache.axis2.engine
Class AddressingBasedDispatcher

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

public class AddressingBasedDispatcher
extends AbstractDispatcher
implements AddressingConstants

Dispatcher based on the WS-Addressing properties

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.apache.axis2.addressing.AddressingConstants
AddressingConstants.Final, AddressingConstants.Submission
 
Field Summary
static javax.xml.namespace.QName NAME
          Field NAME
 
Fields inherited from class org.apache.axis2.handlers.AbstractHandler
handlerDesc
 
Fields inherited from interface org.apache.axis2.addressing.AddressingConstants
EPR_ADDRESS, EPR_REFERENCE_PARAMETERS, EPR_SERVICE_NAME, PARAM_SERVICE_GROUP_CONTEXT_ID, WS_ADDRESSING_VERSION, WSA_ACTION, WSA_DEFAULT_PRFIX, WSA_FAULT_TO, WSA_FROM, WSA_MESSAGE_ID, WSA_RELATES_TO, WSA_RELATES_TO_RELATIONSHIP_TYPE, WSA_REPLY_TO, WSA_TO
 
Constructor Summary
AddressingBasedDispatcher()
           
 
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()
           
 
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

AddressingBasedDispatcher

public AddressingBasedDispatcher()
Method Detail

initDispatcher

public void initDispatcher()
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