Apache CXF API

Uses of Package
org.apache.cxf.phase

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

Classes in org.apache.cxf.phase used by org.apache.cxf.interceptor
AbstractPhaseInterceptor
          Provides a starting point implementation for a interceptors that participate in phased message processing.
PhaseInterceptor
          A phase interceptor is an intercetor that participates in a PhaseInterceptorChain.
 

Classes in org.apache.cxf.phase used by org.apache.cxf.phase
Phase
           
PhaseInterceptor
          A phase interceptor is an intercetor that participates in a PhaseInterceptorChain.
PhaseInterceptorChain
          A PhaseInterceptorChain orders Interceptors according to the phase they participate in and also according to the before & after properties on an Interceptor.
 


Apache CXF API

Apache CXF