org.apache.cxf.phase
Interface PhaseManager

All Known Implementing Classes:
PhaseManagerImpl

public interface PhaseManager


Method Summary
 java.util.SortedSet<Phase> getInPhases()
           
 java.util.SortedSet<Phase> getOutPhases()
           
 

Method Detail

getInPhases

java.util.SortedSet<Phase> getInPhases()

getOutPhases

java.util.SortedSet<Phase> getOutPhases()


Apache CXF