CXF API

org.apache.cxf.phase
Interface PhaseManager


public interface PhaseManager


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

Method Detail

getInPhases

java.util.List<Phase> getInPhases()

getOutPhases

java.util.List<Phase> getOutPhases()

CXF API

-