Uses of Class
org.apache.axis2.jaxws.handler.HandlerChainProcessor.MEP
-
Packages that use HandlerChainProcessor.MEP Package Description 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 Modifier and Type Method Description HandlerChainProcessor.MEP
HandlerInvocationContext. getMEP()
static HandlerChainProcessor.MEP
HandlerChainProcessor.MEP. valueOf(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 are declared.Methods in org.apache.axis2.jaxws.handler with parameters of type HandlerChainProcessor.MEP Modifier and Type Method Description static boolean
HandlerInvokerUtils. invokeInboundHandlers(MEPContext mepMessageCtx, List<Handler> handlers, HandlerChainProcessor.MEP mep, boolean isOneWay)
Invoke Inbound Handlersstatic boolean
HandlerInvokerUtils. invokeInboundHandlersForClosure(MEPContext mepMessageCtx, List<Handler> handlers, HandlerChainProcessor.MEP mep)
Invoke Inbound Handlersstatic boolean
HandlerInvokerUtils. invokeOutboundHandlers(MEPContext mepMessageCtx, List<Handler> handlers, HandlerChainProcessor.MEP mep, boolean isOneWay)
Invoke OutboundHandlersboolean
HandlerChainProcessor. processChain(MEPContext mepCtx, HandlerChainProcessor.Direction direction, HandlerChainProcessor.MEP mep, boolean expectResponse)
void
HandlerInvocationContext. setMEP(HandlerChainProcessor.MEP mep)
-