|
|||||||||||
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)
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(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 |
Handler.init(HandlerDescription handlerdesc)
Method init. |
void |
Phase.addHandler(HandlerDescription handler)
Method addHandler. |
void |
Phase.init(HandlerDescription handlerdesc)
|
void |
Phase.removeHandler(HandlerDescription handler)
To remove a given hnadler from a phase |
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)
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 before or aftere then they will be ignored. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |