Class CustomURIBasedDispatcher

  • All Implemented Interfaces:
    org.apache.axis2.engine.Handler

    public class CustomURIBasedDispatcher
    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 
      Modifier and Type Field Description
      static String NAME  
      • Fields inherited from class org.apache.axis2.handlers.AbstractHandler

        handlerDesc
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.axis2.description.AxisOperation findOperation​(org.apache.axis2.description.AxisService axisService, org.apache.axis2.context.MessageContext messageContext)  
      org.apache.axis2.description.AxisService findService​(org.apache.axis2.context.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
    • Constructor Detail

      • CustomURIBasedDispatcher

        public CustomURIBasedDispatcher()
    • Method Detail

      • findOperation

        public org.apache.axis2.description.AxisOperation findOperation​(org.apache.axis2.description.AxisService axisService,
                                                                        org.apache.axis2.context.MessageContext messageContext)
                                                                 throws org.apache.axis2.AxisFault
        Specified by:
        findOperation in class org.apache.axis2.engine.AbstractDispatcher
        Throws:
        org.apache.axis2.AxisFault
      • findService

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

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