Apache CXF API

org.apache.cxf.phase
Class PhaseManagerImpl

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

public class PhaseManagerImpl
extends Object
implements PhaseManager, BusExtension


Constructor Summary
PhaseManagerImpl()
           
PhaseManagerImpl(SortedSet<Phase> in, SortedSet<Phase> out)
           
 
Method Summary
 SortedSet<Phase> getInPhases()
           
 SortedSet<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<Phase> in,
                        SortedSet<Phase> out)
Method Detail

getRegistrationType

public Class<?> getRegistrationType()
Specified by:
getRegistrationType in interface BusExtension

getInPhases

public SortedSet<Phase> getInPhases()
Specified by:
getInPhases in interface PhaseManager

getOutPhases

public SortedSet<Phase> getOutPhases()
Specified by:
getOutPhases in interface PhaseManager

Apache CXF API

Apache CXF