| java.lang.Object org.apache.axis2.phaseresolver.PhaseResolver
PhaseResolver | public class PhaseResolver (Code) | | Class PhaseResolver
|
PhaseResolver | public PhaseResolver(AxisConfiguration axisconfig)(Code) | | default constructor , to obuild chains for GlobalDescription
Parameters: axisconfig - |
disengageModuleFromGlobalChains | public void disengageModuleFromGlobalChains(AxisModule module)(Code) | | To remove handlers from global chians this method can be used , first it take inflow
of the module and then take handler one by one and then remove those handlers from
global inchain ,
the same procedure will be carry out for all the other flows as well.
Parameters: module - |
disengageModuleFromOperationChain | public void disengageModuleFromOperationChain(AxisModule module, AxisOperation operation)(Code) | | To remove handlers from operations chians this method can be used , first it take inflow
of the module and then take handler one by one and then remove those handlers from
global inchain ,
the same procedure will be carry out for all the other flows as well.
Parameters: module - |
|
|