Package org.apache.axis2.jaxws.handler
Class HandlerInvokerUtils
- java.lang.Object
-
- org.apache.axis2.jaxws.handler.HandlerInvokerUtils
-
public class HandlerInvokerUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description HandlerInvokerUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
invokeInboundHandlers(MEPContext mepMessageCtx, List<Handler> handlers, HandlerChainProcessor.MEP mep, boolean isOneWay)
Invoke Inbound Handlersstatic boolean
invokeInboundHandlersForClosure(MEPContext mepMessageCtx, List<Handler> handlers, HandlerChainProcessor.MEP mep)
Invoke Inbound Handlersstatic boolean
invokeOutboundHandlers(MEPContext mepMessageCtx, List<Handler> handlers, HandlerChainProcessor.MEP mep, boolean isOneWay)
Invoke OutboundHandlers
-
-
-
Method Detail
-
invokeInboundHandlers
public static boolean invokeInboundHandlers(MEPContext mepMessageCtx, List<Handler> handlers, HandlerChainProcessor.MEP mep, boolean isOneWay)
Invoke Inbound Handlers- Parameters:
requestMsgCtx
-
-
invokeOutboundHandlers
public static boolean invokeOutboundHandlers(MEPContext mepMessageCtx, List<Handler> handlers, HandlerChainProcessor.MEP mep, boolean isOneWay)
Invoke OutboundHandlers- Parameters:
msgCtx
-
-
invokeInboundHandlersForClosure
public static boolean invokeInboundHandlersForClosure(MEPContext mepMessageCtx, List<Handler> handlers, HandlerChainProcessor.MEP mep)
Invoke Inbound Handlers- Parameters:
requestMsgCtx
-
-
-