Modifier and Type | Method and Description |
---|---|
Parameter |
MessageContext.getModuleParameter(String key,
String moduleName,
HandlerDescription handler)
Retrieves both module specific configuration parameters as well as other
parameters.
|
Modifier and Type | Method and Description |
---|---|
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,
String containingPhase)
Processes Handler element.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Utils.loadHandler(ClassLoader loader1,
HandlerDescription desc) |
Modifier and Type | Field and Description |
---|---|
protected List<HandlerDescription> |
Flow.list
Field list
|
Modifier and Type | Method and Description |
---|---|
HandlerDescription |
Flow.getHandler(int index)
Method getHandler.
|
Modifier and Type | Method and Description |
---|---|
void |
Flow.addHandler(HandlerDescription handler)
Method addHandler.
|
Modifier and Type | Method and Description |
---|---|
HandlerDescription |
Phase.getHandlerDesc() |
HandlerDescription |
Handler.getHandlerDesc()
Gets the HandlerDescription of a handler.
|
Modifier and Type | Method and Description |
---|---|
void |
Phase.addHandler(HandlerDescription handlerDesc)
Add a HandlerDescription to the Phase
|
void |
Phase.init(HandlerDescription handlerdesc) |
void |
Handler.init(HandlerDescription handlerDesc)
Initialize a Handler.
|
void |
Phase.removeHandler(HandlerDescription handlerDesc)
Remove a given Handler from a phase using a HandlerDescription
|
Modifier and Type | Field and Description |
---|---|
protected HandlerDescription |
AbstractHandler.handlerDesc
Field handlerDesc
|
Modifier and Type | Method and Description |
---|---|
HandlerDescription |
AbstractHandler.getHandlerDesc()
Gets the phaseRule of a handler.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractHandler.init(HandlerDescription handlerdesc)
Method init.
|
Modifier and Type | Method and 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.
|
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.