org.apache.cxf.phase
Class PhaseManagerImpl

java.lang.Object
  extended by org.apache.cxf.phase.PhaseManagerImpl
All Implemented Interfaces:
org.apache.cxf.extension.BusExtension, org.apache.cxf.phase.PhaseManager

public class PhaseManagerImpl
extends Object
implements org.apache.cxf.phase.PhaseManager, org.apache.cxf.extension.BusExtension


Constructor Summary
PhaseManagerImpl()
           
PhaseManagerImpl(SortedSet<org.apache.cxf.phase.Phase> in, SortedSet<org.apache.cxf.phase.Phase> out)
           
 
Method Summary
 SortedSet<org.apache.cxf.phase.Phase> getInPhases()
           
 SortedSet<org.apache.cxf.phase.Phase> getOutPhases()
           
 Class<?> getRegistrationType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PhaseManagerImpl

public PhaseManagerImpl()

PhaseManagerImpl

public PhaseManagerImpl(SortedSet<org.apache.cxf.phase.Phase> in,
                        SortedSet<org.apache.cxf.phase.Phase> out)
Method Detail

getRegistrationType

public Class<?> getRegistrationType()
Specified by:
getRegistrationType in interface org.apache.cxf.extension.BusExtension

getInPhases

public SortedSet<org.apache.cxf.phase.Phase> getInPhases()
Specified by:
getInPhases in interface org.apache.cxf.phase.PhaseManager

getOutPhases

public SortedSet<org.apache.cxf.phase.Phase> getOutPhases()
Specified by:
getOutPhases in interface org.apache.cxf.phase.PhaseManager


Apache CXF