Uses of Enum
org.apache.axis2.jaxws.handler.HandlerChainProcessor.Direction
Packages that use HandlerChainProcessor.Direction
-
Uses of HandlerChainProcessor.Direction in org.apache.axis2.jaxws.handler
Methods in org.apache.axis2.jaxws.handler that return HandlerChainProcessor.DirectionModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static HandlerChainProcessor.Direction[]HandlerChainProcessor.Direction.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.DirectionModifier and TypeMethodDescriptionbooleanHandlerChainProcessor.processChain(MEPContext mepCtx, HandlerChainProcessor.Direction direction, HandlerChainProcessor.MEP mep, boolean expectResponse) booleanHandlerChainProcessor.processChainForClose(MEPContext mepCtx, HandlerChainProcessor.Direction direction) voidHandlerChainProcessor.processFault(MEPContext mepCtx, HandlerChainProcessor.Direction direction)