Uses of Class
org.apache.axis2.jaxws.handler.HandlerChainProcessor.Direction

Packages that use HandlerChainProcessor.Direction
org.apache.axis2.jaxws.handler   
 

Uses of HandlerChainProcessor.Direction in org.apache.axis2.jaxws.handler
 

Methods in org.apache.axis2.jaxws.handler that return HandlerChainProcessor.Direction
static HandlerChainProcessor.Direction HandlerChainProcessor.Direction.valueOf(java.lang.String name)
          Returns 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're declared.
 

Methods in org.apache.axis2.jaxws.handler with parameters of type HandlerChainProcessor.Direction
 boolean HandlerChainProcessor.processChain(MEPContext mepCtx, HandlerChainProcessor.Direction direction, HandlerChainProcessor.MEP mep, boolean expectResponse)
           
 void HandlerChainProcessor.processFault(MEPContext mepCtx, HandlerChainProcessor.Direction direction)
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.