Class RequestMeteringHandler

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

    public class RequestMeteringHandler
    extends org.apache.axis2.handlers.AbstractHandler
    this class is used to obtain tenant id from MeteredServletRequest or MessageContext
    • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.axis2.engine.Handler.InvocationResponse invoke​(org.apache.axis2.context.MessageContext messageContext)
      this method invoke MeteredServletRequest and return a InvocationResponse
      • Methods inherited from class org.apache.axis2.handlers.AbstractHandler

        cleanup, flowComplete, getHandlerDesc, getName, getParameter, init, toString
    • Constructor Detail

      • RequestMeteringHandler

        public RequestMeteringHandler()
    • Method Detail

      • invoke

        public org.apache.axis2.engine.Handler.InvocationResponse invoke​(org.apache.axis2.context.MessageContext messageContext)
                                                                  throws org.apache.axis2.AxisFault
        this method invoke MeteredServletRequest and return a InvocationResponse
        Parameters:
        messageContext - MessageContext
        Returns:
        InvocationResponse
        Throws:
        org.apache.axis2.AxisFault