Uses of Class
org.apache.axis2.phaseresolver.PhaseException
Packages that use PhaseException
Package
Description
-
Uses of PhaseException in org.apache.axis2.deployment.util
Methods in org.apache.axis2.deployment.util that throw PhaseException -
Uses of PhaseException in org.apache.axis2.description
Methods in org.apache.axis2.description that throw PhaseExceptionModifier and TypeMethodDescriptionvoidPhaseRule.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 PhaseExceptionModifier and TypeMethodDescriptionvoidPhase.addHandler(HandlerDescription handlerDesc) Add a HandlerDescription to the PhasevoidPhase.setPhaseFirst(Handler handler) Add a Handler to the Phase in the very first position, and ensure no other Handler will come before it.voidPhase.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 PhaseExceptionModifier and TypeMethodDescriptionvoidPhaseHolder.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.voidPhaseResolver.engageModuleToMessage(AxisMessage axisMessage, AxisModule axisModule) voidPhaseResolver.engageModuleToOperation(AxisOperation axisOperation, AxisModule module)