Class SkipAdminServiceHandler
java.lang.Object
org.apache.axis2.handlers.AbstractHandler
org.wso2.carbon.relay.module.handler.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)
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.axis2.engine.Handler
org.apache.axis2.engine.Handler.InvocationResponse -
Field Summary
FieldsFields inherited from class org.apache.axis2.handlers.AbstractHandler
handlerDesc -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit(org.apache.axis2.description.HandlerDescription handlerdesc) org.apache.axis2.engine.Handler.InvocationResponseinvoke(org.apache.axis2.context.MessageContext msgContext) booleanisFilteredOutService(org.apache.axis2.description.AxisService service, RelayConfiguration relConf) Methods inherited from class org.apache.axis2.handlers.AbstractHandler
cleanup, flowComplete, getHandlerDesc, getName, getParameter, toString
-
Field Details
-
ADMIN_SERVICE_PARAM_NAME
- See Also:
-
HIDDEN_SERVICE_PARAM_NAME
- See Also:
-
-
Constructor Details
-
SkipAdminServiceHandler
public SkipAdminServiceHandler()
-
-
Method Details
-
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:
initin interfaceorg.apache.axis2.engine.Handler- Overrides:
initin classorg.apache.axis2.handlers.AbstractHandler
-
isFilteredOutService
public boolean isFilteredOutService(org.apache.axis2.description.AxisService service, RelayConfiguration relConf)
-