org.apache.sandesha2.handlers
Class SequenceIDDispatcher

java.lang.Object
  extended by org.apache.axis2.handlers.AbstractHandler
      extended by org.apache.axis2.engine.AbstractDispatcher
          extended by org.apache.sandesha2.handlers.SequenceIDDispatcher
All Implemented Interfaces:
org.apache.axis2.engine.Handler

public class SequenceIDDispatcher
extends org.apache.axis2.engine.AbstractDispatcher


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.axis2.engine.Handler
org.apache.axis2.engine.Handler.InvocationResponse
 
Field Summary
 
Fields inherited from class org.apache.axis2.handlers.AbstractHandler
handlerDesc
 
Constructor Summary
SequenceIDDispatcher()
           
 
Method Summary
 org.apache.axis2.description.AxisOperation findOperation(org.apache.axis2.description.AxisService service, org.apache.axis2.context.MessageContext messageContext)
           
 org.apache.axis2.description.AxisService findService(org.apache.axis2.context.MessageContext msgContext)
           
 void initDispatcher()
           
 
Methods inherited from class org.apache.axis2.engine.AbstractDispatcher
invoke
 
Methods inherited from class org.apache.axis2.handlers.AbstractHandler
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SequenceIDDispatcher

public SequenceIDDispatcher()
Method Detail

findOperation

public org.apache.axis2.description.AxisOperation findOperation(org.apache.axis2.description.AxisService service,
                                                                org.apache.axis2.context.MessageContext messageContext)
Specified by:
findOperation in class org.apache.axis2.engine.AbstractDispatcher

initDispatcher

public void initDispatcher()
Specified by:
initDispatcher in class org.apache.axis2.engine.AbstractDispatcher

findService

public org.apache.axis2.description.AxisService findService(org.apache.axis2.context.MessageContext msgContext)
                                                     throws org.apache.axis2.AxisFault
Specified by:
findService in class org.apache.axis2.engine.AbstractDispatcher
Throws:
org.apache.axis2.AxisFault


Copyright © The Apache Software Foundation. All Rights Reserved.