Uses of Class
org.apache.axis2.description.HandlerDescription
Packages that use HandlerDescription
Package
Description
-
Uses of HandlerDescription in org.apache.axis2.context
Methods in org.apache.axis2.context with parameters of type HandlerDescriptionModifier and TypeMethodDescriptionMessageContext.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 HandlerDescriptionModifier and TypeMethodDescriptionprotected HandlerDescriptionDescriptionBuilder.processHandler(org.apache.axiom.om.OMElement handler_element, ParameterInclude parent) protected HandlerDescriptionDescriptionBuilder.processHandler(org.apache.axiom.om.OMElement handler_element, ParameterInclude parent, String containingPhase) Processes Handler element. -
Uses of HandlerDescription in org.apache.axis2.deployment.util
Methods in org.apache.axis2.deployment.util with parameters of type HandlerDescriptionModifier and TypeMethodDescriptionstatic booleanUtils.loadHandler(ClassLoader loader1, HandlerDescription desc) -
Uses of HandlerDescription in org.apache.axis2.description
Fields in org.apache.axis2.description with type parameters of type HandlerDescriptionMethods in org.apache.axis2.description that return HandlerDescriptionMethods in org.apache.axis2.description with parameters of type HandlerDescriptionModifier and TypeMethodDescriptionvoidFlow.addHandler(HandlerDescription handler) Method addHandler. -
Uses of HandlerDescription in org.apache.axis2.engine
Methods in org.apache.axis2.engine that return HandlerDescriptionModifier and TypeMethodDescriptionHandler.getHandlerDesc()Gets the HandlerDescription of a handler.Phase.getHandlerDesc()Methods in org.apache.axis2.engine with parameters of type HandlerDescriptionModifier and TypeMethodDescriptionvoidPhase.addHandler(HandlerDescription handlerDesc) Add a HandlerDescription to the PhasevoidHandler.init(HandlerDescription handlerDesc) Initialize a Handler.voidPhase.init(HandlerDescription handlerdesc) voidPhase.removeHandler(HandlerDescription handlerDesc) Remove a given Handler from a phase using a HandlerDescription -
Uses of HandlerDescription in org.apache.axis2.handlers
Fields in org.apache.axis2.handlers declared as HandlerDescriptionModifier and TypeFieldDescriptionprotected HandlerDescriptionAbstractHandler.handlerDescField handlerDescMethods in org.apache.axis2.handlers that return HandlerDescriptionModifier and TypeMethodDescriptionAbstractHandler.getHandlerDesc()Gets the phaseRule of a handler.Methods in org.apache.axis2.handlers with parameters of type HandlerDescriptionModifier and TypeMethodDescriptionvoidAbstractHandler.init(HandlerDescription handlerdesc) Method init. -
Uses of HandlerDescription in org.apache.axis2.phaseresolver
Methods in org.apache.axis2.phaseresolver with parameters of type HandlerDescriptionModifier and TypeMethodDescriptionvoidPhaseHolder.addHandler(HandlerDescription handlerDesc) If the phase name is equal to "*" that implies , the handler should be added to each and every phase in the system for a given flow , and at that point if the phase rule contains any befores or afters then they will be ignored.