org.apache.axis2.engine
Class DispatchingChecker

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

public class DispatchingChecker
extends AbstractHandler
implements Handler

This one is run after all the dispatchers and make a Operation and a Service is idenitified if the message to go any further

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
DispatchingChecker()
           
 
Method Summary
 void invoke(MessageContext msgctx)
          Method 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
 
Methods inherited from interface org.apache.axis2.engine.Handler
cleanup, getHandlerDesc, getName, getParameter, init
 

Field Detail

NAME

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

Constructor Detail

DispatchingChecker

public DispatchingChecker()
Method Detail

invoke

public final void invoke(MessageContext msgctx)
                  throws AxisFault
Method invoke

Specified by:
invoke in interface Handler
Parameters:
msgctx -
Throws:
AxisFault