Package | Description |
---|---|
org.apache.axis2.deployment.util | |
org.apache.axis2.description | |
org.apache.axis2.engine | |
org.apache.axis2.phaseresolver |
Modifier and Type | Method and Description |
---|---|
Phase |
PhasesInfo.makePhase(org.apache.axiom.om.OMElement phaseElement) |
Modifier and Type | Method and Description |
---|---|
void |
PhaseRule.validate()
Validate "sane" rules - cannot have both phaseFirst/phaseLast and before/after
|
Modifier and Type | Method and Description |
---|---|
void |
Phase.addHandler(HandlerDescription handlerDesc)
Add a HandlerDescription to the Phase
|
void |
Phase.setPhaseFirst(Handler handler)
Add a Handler to the Phase in the very first position, and ensure no other Handler
will come before it.
|
void |
Phase.setPhaseLast(Handler handler)
Add a Handler to the Phase in the very last position, and ensure no other Handler
will come after it.
|
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.
|
void |
PhaseResolver.engageModuleToMessage(AxisMessage axisMessage,
AxisModule axisModule) |
void |
PhaseResolver.engageModuleToOperation(AxisOperation axisOperation,
AxisModule module) |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.