Uses of Class
org.apache.axis2.jaxws.handler.HandlerChainProcessor.TRACKER
-
Packages that use HandlerChainProcessor.TRACKER Package Description org.apache.axis2.jaxws.handler -
-
Uses of HandlerChainProcessor.TRACKER in org.apache.axis2.jaxws.handler
Methods in org.apache.axis2.jaxws.handler that return HandlerChainProcessor.TRACKER Modifier and Type Method Description static HandlerChainProcessor.TRACKERHandlerChainProcessor.TRACKER. valueOf(String name)Returns the enum constant of this type with the specified name.static HandlerChainProcessor.TRACKER[]HandlerChainProcessor.TRACKER. 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.TRACKER Modifier and Type Method Description static voidHandlerChainProcessor. trackInternalCall(MessageContext mc, HandlerChainProcessor.TRACKER tracker)
-