Apache CXF API

Uses of Package
org.apache.cxf.phase

Packages that use org.apache.cxf.phase
org.apache.cxf.binding.xml.interceptor   
org.apache.cxf.databinding.stax   
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF. 
org.apache.cxf.jaxrs.interceptor   
org.apache.cxf.phase An InterceptorChain implementation which uses the concept of Phases to order message chains. 
org.apache.cxf.transport Transport related classes. 
org.apache.cxf.transport.http.gzip   
 

Classes in org.apache.cxf.phase used by org.apache.cxf.binding.xml.interceptor
AbstractPhaseInterceptor
           
PhaseInterceptor
          A phase interceptor participates in a PhaseInterceptorChain.
 

Classes in org.apache.cxf.phase used by org.apache.cxf.databinding.stax
AbstractPhaseInterceptor
           
PhaseInterceptor
          A phase interceptor participates in a PhaseInterceptorChain.
 

Classes in org.apache.cxf.phase used by org.apache.cxf.endpoint
PhaseChainCache
          The PhaseChainCache provides default interceptor chains for SOAP requests and responses, both from the client and web service side.
PhaseInterceptorChain
          A PhaseInterceptorChain orders Interceptors according to the phase they participate in and also according to the before & after properties on an Interceptor.
 

Classes in org.apache.cxf.phase used by org.apache.cxf.interceptor
AbstractPhaseInterceptor
           
Phase
           
PhaseInterceptor
          A phase interceptor 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.
 

Classes in org.apache.cxf.phase used by org.apache.cxf.jaxrs.interceptor
AbstractPhaseInterceptor
           
PhaseInterceptor
          A phase interceptor participates in a PhaseInterceptorChain.
 

Classes in org.apache.cxf.phase used by org.apache.cxf.phase
Phase
           
PhaseInterceptor
          A phase interceptor 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.
PhaseManager
           
 

Classes in org.apache.cxf.phase used by org.apache.cxf.transport
PhaseInterceptorChain
          A PhaseInterceptorChain orders Interceptors according to the phase they participate in and also according to the before & after properties on an Interceptor.
 

Classes in org.apache.cxf.phase used by org.apache.cxf.transport.http.gzip
AbstractPhaseInterceptor
           
PhaseInterceptor
          A phase interceptor participates in a PhaseInterceptorChain.
 


Apache CXF API

Apache CXF