Apache CXF API

Uses of Package
org.apache.cxf.interceptor

Packages that use org.apache.cxf.interceptor
org.apache.cxf Contains the Bus, which is the central touch point of CXF, and its related classes. 
org.apache.cxf.binding Interfaces for protocol bindings and their factories. 
org.apache.cxf.databinding   
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.feature   
org.apache.cxf.headers   
org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF. 
org.apache.cxf.interceptor.transform   
org.apache.cxf.message   
org.apache.cxf.phase An InterceptorChain implementation which uses the concept of Phases to order message chains. 
org.apache.cxf.service This package and its sub packages contain classes relating to services and the CXF service model 
org.apache.cxf.service.invoker   
org.apache.cxf.transport Transport related classes. 
org.apache.cxf.ws.addressing   
 

Classes in org.apache.cxf.interceptor used by org.apache.cxf
InterceptorProvider
          The InterceptorProvider interface is implemented by objects that have interceptor chains associated with them.
 

Classes in org.apache.cxf.interceptor used by org.apache.cxf.binding
InterceptorProvider
          The InterceptorProvider interface is implemented by objects that have interceptor chains associated with them.
 

Classes in org.apache.cxf.interceptor used by org.apache.cxf.databinding
Fault
          A Fault that occurs during invocation processing.
 

Classes in org.apache.cxf.interceptor used by org.apache.cxf.endpoint
AbstractAttributedInterceptorProvider
           
AbstractBasicInterceptorProvider
           
AnnotationInterceptors
           
ClientOutFaultObserver
           
InterceptorChain
          Base interface for all interceptor chains.
InterceptorProvider
          The InterceptorProvider interface is implemented by objects that have interceptor chains associated with them.
 

Classes in org.apache.cxf.interceptor used by org.apache.cxf.feature
InterceptorProvider
          The InterceptorProvider interface is implemented by objects that have interceptor chains associated with them.
 

Classes in org.apache.cxf.interceptor used by org.apache.cxf.headers
InterceptorProvider
          The InterceptorProvider interface is implemented by objects that have interceptor chains associated with them.
 

Classes in org.apache.cxf.interceptor used by org.apache.cxf.interceptor
AbstractFaultChainInitiatorObserver
           
AbstractLoggingInterceptor
          A simple logging handler which outputs the bytes of the message to the Logger.
Fault
          A Fault that occurs during invocation processing.
Interceptor
          Base interface for all interceptors.
InterceptorChain
          Base interface for all interceptor chains.
InterceptorChain.State
           
InterceptorProvider
          The InterceptorProvider interface is implemented by objects that have interceptor chains associated with them.
LoggingMessage
           
StaxInEndingInterceptor
           
StaxOutEndingInterceptor
           
 

Classes in org.apache.cxf.interceptor used by org.apache.cxf.interceptor.transform
Interceptor
          Base interface for all interceptors.
 

Classes in org.apache.cxf.interceptor used by org.apache.cxf.message
InterceptorChain
          Base interface for all interceptor chains.
 

Classes in org.apache.cxf.interceptor used by org.apache.cxf.phase
Interceptor
          Base interface for all interceptors.
InterceptorChain
          Base interface for all interceptor chains.
InterceptorChain.State
           
 

Classes in org.apache.cxf.interceptor used by org.apache.cxf.service
AbstractAttributedInterceptorProvider
           
InterceptorProvider
          The InterceptorProvider interface is implemented by objects that have interceptor chains associated with them.
 

Classes in org.apache.cxf.interceptor used by org.apache.cxf.service.invoker
Fault
          A Fault that occurs during invocation processing.
 

Classes in org.apache.cxf.interceptor used by org.apache.cxf.transport
Interceptor
          Base interface for all interceptors.
 

Classes in org.apache.cxf.interceptor used by org.apache.cxf.ws.addressing
Interceptor
          Base interface for all interceptors.
InterceptorProvider
          The InterceptorProvider interface is implemented by objects that have interceptor chains associated with them.
 


Apache CXF API

Apache CXF