org.apache.axis2.jaxws.handler
Class HandlerInvokerUtils
java.lang.Object
org.apache.axis2.jaxws.handler.HandlerInvokerUtils
public class HandlerInvokerUtils
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandlerInvokerUtils
public HandlerInvokerUtils()
invokeInboundHandlers
public static boolean invokeInboundHandlers(MEPContext mepMessageCtx,
java.util.List<Handler> handlers,
HandlerChainProcessor.MEP mep,
boolean isOneWay)
- Invoke Inbound Handlers
- Parameters:
requestMsgCtx
-
invokeOutboundHandlers
public static boolean invokeOutboundHandlers(MEPContext mepMessageCtx,
java.util.List<Handler> handlers,
HandlerChainProcessor.MEP mep,
boolean isOneWay)
- Invoke OutboundHandlers
- Parameters:
msgCtx
-
Copyright © 2007 Apache Web Services Project. All Rights Reserved.