|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of HandlerDescription in org.apache.axis2.context |
---|
Methods in org.apache.axis2.context with parameters of type HandlerDescription | |
---|---|
Parameter |
MessageContext.getModuleParameter(java.lang.String key,
java.lang.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(org.apache.axiom.om.OMElement handler_element,
ParameterInclude parent)
|
protected HandlerDescription |
DescriptionBuilder.processHandler(org.apache.axiom.om.OMElement handler_element,
ParameterInclude parent,
java.lang.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 | |
---|---|
static boolean |
Utils.loadHandler(java.lang.ClassLoader loader1,
HandlerDescription desc)
|
Uses of HandlerDescription in org.apache.axis2.description |
---|
Methods in org.apache.axis2.description that return HandlerDescription | |
---|---|
HandlerDescription |
Flow.getHandler(int index)
Method getHandler. |
Methods in org.apache.axis2.description with parameters of type HandlerDescription | |
---|---|
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 |
Phase.addHandler(HandlerDescription handlerDesc)
Add a HandlerDescription to the Phase |
void |
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 | |
---|---|
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.handlers.addressing |
---|
Methods in org.apache.axis2.handlers.addressing with parameters of type HandlerDescription | |
---|---|
void |
AddressingOutHandler.init(HandlerDescription arg0)
|
void |
AddressingInHandler.init(HandlerDescription handlerdesc)
|
Uses of HandlerDescription in org.apache.axis2.phaseresolver |
---|
Methods in org.apache.axis2.phaseresolver with parameters of type HandlerDescription | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |