Class SkipAdminServiceHandler

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

    public class SkipAdminServiceHandler
    extends org.apache.axis2.handlers.AbstractHandler
    This is a protection against the relay to make sure it does not interfere with other things. Basically, this hander will undo the wrapping done by the relay for certain services/patterns.
    Author:
    Srinath Perera (srinath@wso2.com)
    • Constructor Detail

      • SkipAdminServiceHandler

        public SkipAdminServiceHandler()
    • Method Detail

      • invoke

        public org.apache.axis2.engine.Handler.InvocationResponse invoke​(org.apache.axis2.context.MessageContext msgContext)
                                                                  throws org.apache.axis2.AxisFault
        Throws:
        org.apache.axis2.AxisFault
      • init

        public void init​(org.apache.axis2.description.HandlerDescription handlerdesc)
        Specified by:
        init in interface org.apache.axis2.engine.Handler
        Overrides:
        init in class org.apache.axis2.handlers.AbstractHandler
      • isFilteredOutService

        public boolean isFilteredOutService​(org.apache.axis2.description.AxisService service,
                                            RelayConfiguration relConf)