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.MEPHandlerInvocationContext. getMEP()static HandlerChainProcessor.MEPHandlerChainProcessor.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 booleanHandlerInvokerUtils. invokeInboundHandlers(MEPContext mepMessageCtx, List<Handler> handlers, HandlerChainProcessor.MEP mep, boolean isOneWay)Invoke Inbound Handlersstatic booleanHandlerInvokerUtils. invokeInboundHandlersForClosure(MEPContext mepMessageCtx, List<Handler> handlers, HandlerChainProcessor.MEP mep)Invoke Inbound Handlersstatic booleanHandlerInvokerUtils. invokeOutboundHandlers(MEPContext mepMessageCtx, List<Handler> handlers, HandlerChainProcessor.MEP mep, boolean isOneWay)Invoke OutboundHandlersbooleanHandlerChainProcessor. processChain(MEPContext mepCtx, HandlerChainProcessor.Direction direction, HandlerChainProcessor.MEP mep, boolean expectResponse)voidHandlerInvocationContext. setMEP(HandlerChainProcessor.MEP mep)
-