Apache CXF API

Uses of Interface
org.apache.cxf.phase.PhaseInterceptor

Packages that use PhaseInterceptor
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 PhaseInterceptor in org.apache.cxf.interceptor
 

Classes in org.apache.cxf.interceptor that implement PhaseInterceptor
 class StaxInEndingInterceptor
           
 

Uses of PhaseInterceptor in org.apache.cxf.phase
 

Classes in org.apache.cxf.phase that implement PhaseInterceptor
 class AbstractPhaseInterceptor<T extends Message>
          Provides a starting point implementation for a interceptors that participate in phased message processing.
 

Methods in org.apache.cxf.phase that return types with arguments of type PhaseInterceptor
 Collection<PhaseInterceptor<? extends Message>> PhaseInterceptor.getAdditionalInterceptors()
          Returns a collection of Interceptors that should be added to the chain whenever this interceptor is added.
 Collection<PhaseInterceptor<? extends Message>> AbstractPhaseInterceptor.getAdditionalInterceptors()
           
 


Apache CXF API

Apache CXF