Apache CXF API

org.apache.cxf.phase
Class PhaseComparator

java.lang.Object
  extended by org.apache.cxf.phase.PhaseComparator
All Implemented Interfaces:
Comparator<Phase>

public class PhaseComparator
extends Object
implements Comparator<Phase>


Constructor Summary
PhaseComparator()
           
 
Method Summary
 int compare(Phase o1, Phase o2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

PhaseComparator

public PhaseComparator()
Method Detail

compare

public int compare(Phase o1,
                   Phase o2)
Specified by:
compare in interface Comparator<Phase>

Apache CXF API

Apache CXF