Package org.apache.cxf.bus.managers
Class PhaseManagerImpl
- java.lang.Object
-
- org.apache.cxf.bus.managers.PhaseManagerImpl
-
- All Implemented Interfaces:
BusExtension
,PhaseManager
public class PhaseManagerImpl extends Object implements PhaseManager, BusExtension
-
-
Constructor Summary
Constructors Constructor Description PhaseManagerImpl()
PhaseManagerImpl(SortedSet<Phase> in, SortedSet<Phase> out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SortedSet<Phase>
getInPhases()
SortedSet<Phase>
getOutPhases()
Class<?>
getRegistrationType()
-
-
-
Method Detail
-
getRegistrationType
public Class<?> getRegistrationType()
- Specified by:
getRegistrationType
in interfaceBusExtension
-
getInPhases
public SortedSet<Phase> getInPhases()
- Specified by:
getInPhases
in interfacePhaseManager
-
getOutPhases
public SortedSet<Phase> getOutPhases()
- Specified by:
getOutPhases
in interfacePhaseManager
-
-