org.apache.cxf.bus.managers
Class PhaseManagerImpl
java.lang.Object
org.apache.cxf.bus.managers.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PhaseManagerImpl
public PhaseManagerImpl()
PhaseManagerImpl
public PhaseManagerImpl(SortedSet<org.apache.cxf.phase.Phase> in,
SortedSet<org.apache.cxf.phase.Phase> out)
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