Uses of Class
org.apache.cxf.phase.Phase

Packages that use Phase
org.apache.cxf.binding.coloc   
org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF. 
org.apache.cxf.phase An InterceptorChain implementation which uses the concept of Phases to order message chains. 
 

Uses of Phase in org.apache.cxf.binding.coloc
 

Methods in org.apache.cxf.binding.coloc that return types with arguments of type Phase
protected  java.util.SortedSet<Phase> ColocOutFaultObserver.getPhases()
           
protected  java.util.SortedSet<Phase> ColocInFaultObserver.getPhases()
           
 

Method parameters in org.apache.cxf.binding.coloc with type arguments of type Phase
static InterceptorChain ColocUtil.getInInterceptorChain(Exchange ex, java.util.SortedSet<Phase> phases)
           
static InterceptorChain ColocUtil.getOutInterceptorChain(Exchange ex, java.util.SortedSet<Phase> phases)
           
static void ColocUtil.setPhases(java.util.SortedSet<Phase> list, java.lang.String start, java.lang.String end)
           
 

Uses of Phase in org.apache.cxf.interceptor
 

Methods in org.apache.cxf.interceptor that return types with arguments of type Phase
protected abstract  java.util.SortedSet<Phase> AbstractFaultChainInitiatorObserver.getPhases()
           
protected  java.util.SortedSet<Phase> InFaultChainInitiatorObserver.getPhases()
           
protected  java.util.SortedSet<Phase> OutFaultChainInitiatorObserver.getPhases()
           
protected  java.util.SortedSet<Phase> ClientOutFaultObserver.getPhases()
           
 

Uses of Phase in org.apache.cxf.phase
 

Methods in org.apache.cxf.phase that return types with arguments of type Phase
 java.util.SortedSet<Phase> PhaseManagerImpl.getInPhases()
           
 java.util.SortedSet<Phase> PhaseManager.getInPhases()
           
 java.util.SortedSet<Phase> PhaseManagerImpl.getOutPhases()
           
 java.util.SortedSet<Phase> PhaseManager.getOutPhases()
           
 

Methods in org.apache.cxf.phase with parameters of type Phase
 int PhaseComparator.compare(Phase o1, Phase o2)
           
 

Method parameters in org.apache.cxf.phase with type arguments of type Phase
 PhaseInterceptorChain PhaseChainCache.get(java.util.SortedSet<Phase> phaseList, java.util.List<Interceptor> p1)
           
 PhaseInterceptorChain PhaseChainCache.get(java.util.SortedSet<Phase> phaseList, java.util.List<Interceptor> p1, java.util.List<Interceptor> p2)
           
 PhaseInterceptorChain PhaseChainCache.get(java.util.SortedSet<Phase> phaseList, java.util.List<Interceptor> p1, java.util.List<Interceptor> p2, java.util.List<Interceptor> p3)
           
 PhaseInterceptorChain PhaseChainCache.get(java.util.SortedSet<Phase> phaseList, java.util.List<Interceptor> p1, java.util.List<Interceptor> p2, java.util.List<Interceptor> p3, java.util.List<Interceptor> p4)
           
 PhaseInterceptorChain PhaseChainCache.get(java.util.SortedSet<Phase> phaseList, java.util.List<Interceptor> p1, java.util.List<Interceptor> p2, java.util.List<Interceptor> p3, java.util.List<Interceptor> p4, java.util.List<Interceptor> p5)
           
 

Constructor parameters in org.apache.cxf.phase with type arguments of type Phase
PhaseInterceptorChain(java.util.SortedSet<Phase> ps)
           
PhaseManagerImpl(java.util.SortedSet<Phase> in, java.util.SortedSet<Phase> out)
           
PhaseManagerImpl(java.util.SortedSet<Phase> in, java.util.SortedSet<Phase> out)
           
 



Apache CXF