|
|||||||||||
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)
This method is to retrive both module configuration parameters and othere paramerts The searching procedure is as follows; 1. |
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)
To process Handler element |
Uses of HandlerDescription in org.apache.axis2.description |
Methods in org.apache.axis2.description that return HandlerDescription | |
HandlerDescription |
Flow.getHandler(int index)
Method getHandler |
HandlerDescription |
FlowImpl.getHandler(int index)
Method getHandler |
Methods in org.apache.axis2.description with parameters of type HandlerDescription | |
void |
Flow.addHandler(HandlerDescription handler)
Method addHandler |
void |
FlowImpl.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()
To get the phaseRule of a handler it is required to get the HnadlerDescription of the handler so the argumnet pass when it call return as HnadlerDescription |
Methods in org.apache.axis2.engine with parameters of type HandlerDescription | |
void |
Phase.addHandler(HandlerDescription handler)
Method addHandler |
void |
Handler.init(HandlerDescription handlerdesc)
Method init |
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()
To get the phaseRule of a handler it is required to get the HnadlerDescription of the handler so the argumnet pass when it call return as HnadlerDescription |
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 handler)
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()
To get the phaseRule of a handler it is required to get the HnadlerDescription of the handler so the argumnet pass when it call return as HnadlerDescription |
Methods in org.apache.axis2.security.handler with parameters of type HandlerDescription | |
void |
WSDoAllHandler.init(HandlerDescription handlerdesc)
Method init |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |