Apache CXF API

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

Packages that use PhaseInterceptor
org.apache.cxf.phase An InterceptorChain implementation which uses the concept of Phases to order message chains. 
 

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>> AbstractPhaseInterceptor.getAdditionalInterceptors()
           
 Collection<PhaseInterceptor<? extends Message>> PhaseInterceptor.getAdditionalInterceptors()
          Returns a collection of Interceptors that should be added to the chain whenever this interceptor is added.
 


Apache CXF API

Apache CXF