Apache CXF API

org.apache.cxf.phase
Interface PhaseManager

All Known Implementing Classes:
PhaseManagerImpl

public interface PhaseManager


Method Summary
 SortedSet<Phase> getInPhases()
           
 SortedSet<Phase> getOutPhases()
           
 

Method Detail

getInPhases

SortedSet<Phase> getInPhases()

getOutPhases

SortedSet<Phase> getOutPhases()

Apache CXF API

Apache CXF