Uses of Class
org.apache.axis2.description.HandlerDescription

Packages that use HandlerDescription
org.apache.axis2.context   
org.apache.axis2.deployment   
org.apache.axis2.deployment.util   
org.apache.axis2.description   
org.apache.axis2.engine   
org.apache.axis2.handlers   
org.apache.axis2.phaseresolver   
org.apache.axis2.security.handler   
 

Uses of HandlerDescription in org.apache.axis2.context
 

Methods in org.apache.axis2.context with parameters of type HandlerDescription
 Parameter MessageContext.getModuleParameter(String key, String moduleName, HandlerDescription handler)
          Retrieves both module specific configuration parameters as well as other parameters.
 

Uses of HandlerDescription in org.apache.axis2.deployment
 

Methods in org.apache.axis2.deployment that return HandlerDescription
protected  HandlerDescription DescriptionBuilder.processHandler(OMElement handler_element, ParameterInclude parent)
          Processes Handler element.
 

Uses of HandlerDescription in org.apache.axis2.deployment.util
 

Methods in org.apache.axis2.deployment.util with parameters of type HandlerDescription
static void Utils.loadHandler(ClassLoader loader1, HandlerDescription desc)
           
 

Uses of HandlerDescription in org.apache.axis2.description
 

Methods in org.apache.axis2.description that return HandlerDescription
 HandlerDescription FlowImpl.getHandler(int index)
          Method getHandler.
 HandlerDescription Flow.getHandler(int index)
          Method getHandler.
 

Methods in org.apache.axis2.description with parameters of type HandlerDescription
 void FlowImpl.addHandler(HandlerDescription handler)
          Method addHandler.
 void Flow.addHandler(HandlerDescription handler)
          Method addHandler.
 

Uses of HandlerDescription in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine that return HandlerDescription
 HandlerDescription Handler.getHandlerDesc()
          Gets the HandlerDescription of a handler.
 HandlerDescription Phase.getHandlerDesc()
           
 

Methods in org.apache.axis2.engine with parameters of type HandlerDescription
 void Handler.init(HandlerDescription handlerdesc)
          Method init.
 void Phase.addHandler(HandlerDescription handler)
          Method addHandler.
 void Phase.init(HandlerDescription handlerdesc)
           
 

Uses of HandlerDescription in org.apache.axis2.handlers
 

Fields in org.apache.axis2.handlers declared as HandlerDescription
protected  HandlerDescription AbstractHandler.handlerDesc
          Field handlerDesc
 

Methods in org.apache.axis2.handlers that return HandlerDescription
 HandlerDescription AbstractHandler.getHandlerDesc()
          Gets the phaseRule of a handler.
 

Methods in org.apache.axis2.handlers with parameters of type HandlerDescription
 void AbstractHandler.init(HandlerDescription handlerdesc)
          Method init.
 

Uses of HandlerDescription in org.apache.axis2.phaseresolver
 

Methods in org.apache.axis2.phaseresolver with parameters of type HandlerDescription
 void PhaseHolder.addHandler(HandlerDescription handlerDesc)
          Method addHandler
 

Uses of HandlerDescription in org.apache.axis2.security.handler
 

Fields in org.apache.axis2.security.handler declared as HandlerDescription
protected  HandlerDescription WSDoAllHandler.handlerDesc
          Field handlerDesc
 

Methods in org.apache.axis2.security.handler that return HandlerDescription
 HandlerDescription WSDoAllHandler.getHandlerDesc()
          Gets the handler description.
 

Methods in org.apache.axis2.security.handler with parameters of type HandlerDescription
 void WSDoAllHandler.init(HandlerDescription handlerdesc)
          Method init.