public class PhaseManagerImpl extends Object implements org.apache.cxf.phase.PhaseManager, org.apache.cxf.extension.BusExtension
| Constructor and Description |
|---|
PhaseManagerImpl() |
PhaseManagerImpl(SortedSet<org.apache.cxf.phase.Phase> in,
SortedSet<org.apache.cxf.phase.Phase> out) |
| Modifier and Type | Method and Description |
|---|---|
SortedSet<org.apache.cxf.phase.Phase> |
getInPhases() |
SortedSet<org.apache.cxf.phase.Phase> |
getOutPhases() |
Class<?> |
getRegistrationType() |
public Class<?> getRegistrationType()
getRegistrationType in interface org.apache.cxf.extension.BusExtensionpublic SortedSet<org.apache.cxf.phase.Phase> getInPhases()
getInPhases in interface org.apache.cxf.phase.PhaseManagerpublic SortedSet<org.apache.cxf.phase.Phase> getOutPhases()
getOutPhases in interface org.apache.cxf.phase.PhaseManagerApache CXF