Uses of Class
org.apache.axis2.jaxws.handler.HandlerChainProcessor.MEP

Packages that use HandlerChainProcessor.MEP
org.apache.axis2.jaxws.handler   
 

Uses of HandlerChainProcessor.MEP in org.apache.axis2.jaxws.handler
 

Methods in org.apache.axis2.jaxws.handler that return HandlerChainProcessor.MEP
 HandlerChainProcessor.MEP HandlerInvocationContext.getMEP()
           
static HandlerChainProcessor.MEP HandlerChainProcessor.MEP.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HandlerChainProcessor.MEP[] HandlerChainProcessor.MEP.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.axis2.jaxws.handler with parameters of type HandlerChainProcessor.MEP
static boolean HandlerInvokerUtils.invokeInboundHandlers(MEPContext mepMessageCtx, java.util.List<Handler> handlers, HandlerChainProcessor.MEP mep, boolean isOneWay)
          Invoke Inbound Handlers
static boolean HandlerInvokerUtils.invokeOutboundHandlers(MEPContext mepMessageCtx, java.util.List<Handler> handlers, HandlerChainProcessor.MEP mep, boolean isOneWay)
          Invoke OutboundHandlers
 boolean HandlerChainProcessor.processChain(MEPContext mepCtx, HandlerChainProcessor.Direction direction, HandlerChainProcessor.MEP mep, boolean expectResponse)
           
 void HandlerInvocationContext.setMEP(HandlerChainProcessor.MEP mep)
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.