Uses of Class
org.apache.axis2.description.HandlerDescription
-
-
Uses of HandlerDescription in org.apache.axis2.context
Methods in org.apache.axis2.context with parameters of type HandlerDescription Modifier and Type Method Description 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 Modifier and Type Method Description protected HandlerDescription
DescriptionBuilder. processHandler(OMElement handler_element, ParameterInclude parent)
protected HandlerDescription
DescriptionBuilder. processHandler(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 HandlerDescription Modifier and Type Method Description static boolean
Utils. loadHandler(ClassLoader loader1, HandlerDescription desc)
-
Uses of HandlerDescription in org.apache.axis2.description
Fields in org.apache.axis2.description with type parameters of type HandlerDescription Modifier and Type Field Description protected List<HandlerDescription>
Flow. list
Field listMethods in org.apache.axis2.description that return HandlerDescription Modifier and Type Method Description HandlerDescription
Flow. getHandler(int index)
Method getHandler.Methods in org.apache.axis2.description with parameters of type HandlerDescription Modifier and Type Method Description void
Flow. addHandler(HandlerDescription handler)
Method addHandler. -
Uses of HandlerDescription in org.apache.axis2.engine
Methods in org.apache.axis2.engine that return HandlerDescription Modifier and Type Method Description HandlerDescription
Handler. getHandlerDesc()
Gets the HandlerDescription of a handler.HandlerDescription
Phase. getHandlerDesc()
Methods in org.apache.axis2.engine with parameters of type HandlerDescription Modifier and Type Method Description void
Phase. addHandler(HandlerDescription handlerDesc)
Add a HandlerDescription to the Phasevoid
Handler. init(HandlerDescription handlerDesc)
Initialize a Handler.void
Phase. init(HandlerDescription handlerdesc)
void
Phase. 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 HandlerDescription Modifier and Type Field Description protected HandlerDescription
AbstractHandler. handlerDesc
Field handlerDescMethods in org.apache.axis2.handlers that return HandlerDescription Modifier and Type Method Description HandlerDescription
AbstractHandler. getHandlerDesc()
Gets the phaseRule of a handler.Methods in org.apache.axis2.handlers with parameters of type HandlerDescription Modifier and Type Method Description void
AbstractHandler. init(HandlerDescription handlerdesc)
Method init. -
Uses of HandlerDescription in org.apache.axis2.handlers.addressing
Methods in org.apache.axis2.handlers.addressing with parameters of type HandlerDescription Modifier and Type Method Description void
AddressingInHandler. init(HandlerDescription handlerdesc)
-
Uses of HandlerDescription in org.apache.axis2.phaseresolver
Methods in org.apache.axis2.phaseresolver with parameters of type HandlerDescription Modifier and Type Method Description void
PhaseHolder. 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.
-