org.apache.axis2.phaseresolver
Class PhaseResolver

java.lang.Object
  extended byorg.apache.axis2.phaseresolver.PhaseResolver

public class PhaseResolver
extends Object

Class PhaseResolver


Constructor Summary
PhaseResolver(AxisConfiguration engineConfig)
          default constructor , to obuild chains for GlobalDescription
 
Method Summary
 void buildTranspotsChains()
          Method buildTranspotsChains
 void engageModuleToOperation(AxisOperation axisOperation, ModuleDescription module)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhaseResolver

public PhaseResolver(AxisConfiguration engineConfig)
default constructor , to obuild chains for GlobalDescription

Parameters:
engineConfig -
Method Detail

buildTranspotsChains

public void buildTranspotsChains()
                          throws PhaseException
Method buildTranspotsChains

Throws:
PhaseException

engageModuleToOperation

public void engageModuleToOperation(AxisOperation axisOperation,
                                    ModuleDescription module)
                             throws PhaseException
Throws:
PhaseException