Apache CXF API

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

Packages that use Phase
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.interceptor
 

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

Uses of Phase in org.apache.cxf.phase
 

Methods in org.apache.cxf.phase that return types with arguments of type Phase
 SortedSet<Phase> PhaseManager.getInPhases()
           
 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(SortedSet<Phase> phaseList, List<Interceptor<? extends Message>> p1)
           
 PhaseInterceptorChain PhaseChainCache.get(SortedSet<Phase> phaseList, List<Interceptor<? extends Message>> p1, List<Interceptor<? extends Message>> p2)
           
 PhaseInterceptorChain PhaseChainCache.get(SortedSet<Phase> phaseList, List<Interceptor<? extends Message>> p1, List<Interceptor<? extends Message>> p2, List<Interceptor<? extends Message>> p3)
           
 PhaseInterceptorChain PhaseChainCache.get(SortedSet<Phase> phaseList, List<Interceptor<? extends Message>> p1, List<Interceptor<? extends Message>> p2, List<Interceptor<? extends Message>> p3, List<Interceptor<? extends Message>> p4)
           
 PhaseInterceptorChain PhaseChainCache.get(SortedSet<Phase> phaseList, List<Interceptor<? extends Message>> p1, List<Interceptor<? extends Message>> p2, List<Interceptor<? extends Message>> p3, List<Interceptor<? extends Message>> p4, List<Interceptor<? extends Message>> p5)
           
 

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


Apache CXF API

Apache CXF