Uses of Class
org.apache.axis2.phaseresolver.PhaseException

Packages that use PhaseException
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
 Phase PhasesInfo.makePhase(org.apache.axiom.om.OMElement phaseElement)
           
 

Uses of PhaseException in org.apache.axis2.description
 

Methods in org.apache.axis2.description that throw PhaseException
 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
 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.
 

Uses of PhaseException in org.apache.axis2.phaseresolver
 

Methods in org.apache.axis2.phaseresolver that throw PhaseException
 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 © 2007 Apache Web Services Project. All Rights Reserved.