Uses of Class
org.apache.axis2.phaseresolver.PhaseException
-
Packages that use PhaseException Package Description org.apache.axis2.deployment.util org.apache.axis2.description org.apache.axis2.engine org.apache.axis2.phaseresolver -
-
Uses of PhaseException in org.apache.axis2.deployment.util
Methods in org.apache.axis2.deployment.util that throw PhaseException Modifier and Type Method Description Phase
PhasesInfo. makePhase(OMElement phaseElement)
-
Uses of PhaseException in org.apache.axis2.description
Methods in org.apache.axis2.description that throw PhaseException Modifier and Type Method Description void
PhaseRule. validate()
Validate "sane" rules - cannot have both phaseFirst/phaseLast and before/after -
Uses of PhaseException in org.apache.axis2.engine
Methods in org.apache.axis2.engine that throw PhaseException Modifier and Type Method Description void
Phase. addHandler(HandlerDescription handlerDesc)
Add a HandlerDescription to the Phasevoid
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. -
Uses of PhaseException in org.apache.axis2.phaseresolver
Methods in org.apache.axis2.phaseresolver that throw PhaseException Modifier and Type Method 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)
-