Uses of Class
org.apache.cxf.phase.Phase
Packages that use Phase
Package
Description
Core interceptor interfaces which form the basis for message processing chains
in CXF.
An InterceptorChain implementation which uses the concept of
Phases to order message chains.
-
Uses of Phase in org.apache.cxf.bus.managers
Methods in org.apache.cxf.bus.managers that return types with arguments of type PhaseConstructor parameters in org.apache.cxf.bus.managers with type arguments of type Phase -
Uses of Phase in org.apache.cxf.interceptor
Methods in org.apache.cxf.interceptor that return types with arguments of type Phase -
Uses of Phase in org.apache.cxf.phase
Methods in org.apache.cxf.phase that return types with arguments of type PhaseMethods in org.apache.cxf.phase with parameters of type PhaseMethod parameters in org.apache.cxf.phase with type arguments of type PhaseModifier and TypeMethodDescriptionPhaseChainCache.get
(SortedSet<Phase> phaseList, List<Interceptor<? extends Message>> p1, List<Interceptor<? extends Message>> p2) PhaseChainCache.get
(SortedSet<Phase> phaseList, List<Interceptor<? extends Message>> p1, List<Interceptor<? extends Message>> p2, List<Interceptor<? extends Message>> p3) 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) 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