org.apache.synapse.core.axis2
Class CustomURIBasedDispatcher

java.lang.Object
  extended by org.apache.axis2.handlers.AbstractHandler
      extended by org.apache.axis2.engine.AbstractDispatcher
          extended by org.apache.synapse.core.axis2.CustomURIBasedDispatcher
All Implemented Interfaces:
Handler

public class CustomURIBasedDispatcher
extends AbstractDispatcher


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.axis2.engine.Handler
Handler.InvocationResponse
 
Field Summary
static String NAME
           
 
Fields inherited from class org.apache.axis2.handlers.AbstractHandler
handlerDesc
 
Constructor Summary
CustomURIBasedDispatcher()
           
 
Method Summary
 AxisOperation findOperation(AxisService axisService, MessageContext messageContext)
           
 AxisService findService(MessageContext messageContext)
           
 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
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values
Constructor Detail

CustomURIBasedDispatcher

public CustomURIBasedDispatcher()
Method Detail

findOperation

public AxisOperation findOperation(AxisService axisService,
                                   MessageContext messageContext)
                            throws AxisFault
Specified by:
findOperation in class AbstractDispatcher
Throws:
AxisFault

findService

public AxisService findService(MessageContext messageContext)
                        throws AxisFault
Specified by:
findService in class AbstractDispatcher
Throws:
AxisFault

initDispatcher

public void initDispatcher()
Specified by:
initDispatcher in class AbstractDispatcher


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.