Apache CXF API

Uses of Package
org.apache.cxf.phase

Packages that use org.apache.cxf.phase
org.apache.cxf.aegis.databinding   
org.apache.cxf.binding.coloc   
org.apache.cxf.binding.corba.interceptors   
org.apache.cxf.binding.http.interceptor   
org.apache.cxf.binding.object   
org.apache.cxf.binding.soap.interceptor   
org.apache.cxf.binding.soap.jms.interceptor   
org.apache.cxf.binding.soap.saaj   
org.apache.cxf.binding.xml.interceptor   
org.apache.cxf.databinding.stax   
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.frontend   
org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF. 
org.apache.cxf.interceptor.security   
org.apache.cxf.interceptor.transform   
org.apache.cxf.jaxb.attachment   
org.apache.cxf.jaxrs.client   
org.apache.cxf.jaxrs.interceptor   
org.apache.cxf.jaxrs.provider.jsonp   
org.apache.cxf.jaxws.handler   
org.apache.cxf.jaxws.handler.logical   
org.apache.cxf.jaxws.handler.soap   
org.apache.cxf.jaxws.interceptors   
org.apache.cxf.management.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.common.gzip   
org.apache.cxf.transport.https   
org.apache.cxf.ws.addressing   
org.apache.cxf.ws.addressing.soap   
org.apache.cxf.ws.policy   
org.apache.cxf.ws.policy.mtom   
org.apache.cxf.ws.rm   
org.apache.cxf.ws.rm.soap   
org.apache.cxf.ws.security.trust   
org.apache.cxf.ws.security.wss4j   
 

Classes in org.apache.cxf.phase used by org.apache.cxf.aegis.databinding
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.binding.coloc
AbstractPhaseInterceptor
          Provides a starting point implementation for a interceptors that participate in phased message processing.
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.
 

Classes in org.apache.cxf.phase used by org.apache.cxf.binding.corba.interceptors
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.binding.http.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.binding.object
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.binding.soap.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.binding.soap.jms.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.binding.soap.saaj
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.binding.xml.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.databinding.stax
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.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.frontend
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.interceptor
AbstractPhaseInterceptor
          Provides a starting point implementation for a interceptors that participate in phased message processing.
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.
 

Classes in org.apache.cxf.phase used by org.apache.cxf.interceptor.security
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.interceptor.transform
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.jaxb.attachment
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.jaxrs.client
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
          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.jaxrs.provider.jsonp
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.jaxws.handler
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.jaxws.handler.logical
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.jaxws.handler.soap
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.jaxws.interceptors
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.management.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.
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.common.gzip
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.transport.https
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.ws.addressing
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.ws.addressing.soap
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.ws.policy
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.ws.policy.mtom
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.ws.rm
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.ws.rm.soap
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.ws.security.trust
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.ws.security.wss4j
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.
 


Apache CXF API

Apache CXF