Uses of Enum
org.apache.axis2.jaxws.handler.HandlerChainProcessor.MEP
Packages that use HandlerChainProcessor.MEP
-
Uses of HandlerChainProcessor.MEP in org.apache.axis2.jaxws.handler
Methods in org.apache.axis2.jaxws.handler that return HandlerChainProcessor.MEPModifier and TypeMethodDescriptionHandlerInvocationContext.getMEP()static HandlerChainProcessor.MEPReturns 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.MEPModifier and TypeMethodDescriptionstatic booleanHandlerInvokerUtils.invokeInboundHandlers(MEPContext mepMessageCtx, List<jakarta.xml.ws.handler.Handler> handlers, HandlerChainProcessor.MEP mep, boolean isOneWay) Invoke Inbound Handlersstatic booleanHandlerInvokerUtils.invokeInboundHandlersForClosure(MEPContext mepMessageCtx, List<jakarta.xml.ws.handler.Handler> handlers, HandlerChainProcessor.MEP mep) Invoke Inbound Handlersstatic booleanHandlerInvokerUtils.invokeOutboundHandlers(MEPContext mepMessageCtx, List<jakarta.xml.ws.handler.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)