Apache CXF API

Uses of Interface
org.apache.cxf.interceptor.InterceptorProvider

Packages that use InterceptorProvider
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.binding.soap   
org.apache.cxf.binding.xml   
org.apache.cxf.bus   
org.apache.cxf.bus.extension   
org.apache.cxf.endpoint Client and Server related classes. 
org.apache.cxf.feature   
org.apache.cxf.frontend   
org.apache.cxf.frontend.spring   
org.apache.cxf.headers   
org.apache.cxf.interceptor Core interceptor interfaces which form the basis for message processing chains in CXF. 
org.apache.cxf.jaxrs   
org.apache.cxf.service This package and its sub packages contain classes relating to services and the CXF service model 
org.apache.cxf.simple   
org.apache.cxf.transport.http.gzip   
org.apache.cxf.transport.http.policy   
org.apache.cxf.ws.policy   
 

Uses of InterceptorProvider in org.apache.cxf
 

Subinterfaces of InterceptorProvider in org.apache.cxf
 interface Bus
          The Bus is the central place in CXF.
 

Uses of InterceptorProvider in org.apache.cxf.binding
 

Subinterfaces of InterceptorProvider in org.apache.cxf.binding
 interface Binding
          A Binding provides interceptors and message creation logic for a specific protocol binding.
 

Uses of InterceptorProvider in org.apache.cxf.binding.soap
 

Classes in org.apache.cxf.binding.soap that implement InterceptorProvider
 class SoapBinding
           
 

Uses of InterceptorProvider in org.apache.cxf.binding.xml
 

Classes in org.apache.cxf.binding.xml that implement InterceptorProvider
 class XMLBinding
           
 

Uses of InterceptorProvider in org.apache.cxf.bus
 

Classes in org.apache.cxf.bus that implement InterceptorProvider
 class CXFBusImpl
           
 

Uses of InterceptorProvider in org.apache.cxf.bus.extension
 

Classes in org.apache.cxf.bus.extension that implement InterceptorProvider
 class ExtensionManagerBus
          This bus uses CXF's built in extension manager to load components (as opposed to using the Spring bus implementation).
 

Uses of InterceptorProvider in org.apache.cxf.endpoint
 

Subinterfaces of InterceptorProvider in org.apache.cxf.endpoint
 interface Client
           
 interface Endpoint
          Represents an endpoint that receives messages.
 

Classes in org.apache.cxf.endpoint that implement InterceptorProvider
 class AbstractEndpointFactory
           
 class ClientImpl
           
 class EndpointImpl
           
 

Uses of InterceptorProvider in org.apache.cxf.feature
 

Methods in org.apache.cxf.feature with parameters of type InterceptorProvider
protected  void LoggingFeature.initializeProvider(InterceptorProvider provider, Bus bus)
           
protected  void FastInfosetFeature.initializeProvider(InterceptorProvider provider, Bus bus)
           
protected  void AbstractFeature.initializeProvider(InterceptorProvider provider, Bus bus)
           
 

Uses of InterceptorProvider in org.apache.cxf.frontend
 

Classes in org.apache.cxf.frontend that implement InterceptorProvider
 class AbstractServiceFactory
           
 class AbstractWSDLBasedEndpointFactory
           
 class ClientFactoryBean
           
 class ClientProxyFactoryBean
          This class will create a client for you which implements the specified service class.
 class ServerFactoryBean
          This class helps take a Service and expose as a server side endpoint.
 

Uses of InterceptorProvider in org.apache.cxf.frontend.spring
 

Classes in org.apache.cxf.frontend.spring that implement InterceptorProvider
static class ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean
           
static class ServerFactoryBeanDefinitionParser.SpringServerFactoryBean
           
 

Uses of InterceptorProvider in org.apache.cxf.headers
 

Methods in org.apache.cxf.headers that return InterceptorProvider
 InterceptorProvider HeaderProcessor.getInterceptorProvider()
           
 

Uses of InterceptorProvider in org.apache.cxf.interceptor
 

Classes in org.apache.cxf.interceptor that implement InterceptorProvider
 class AbstractAttributedInterceptorProvider
           
 class AbstractBasicInterceptorProvider
           
 

Uses of InterceptorProvider in org.apache.cxf.jaxrs
 

Classes in org.apache.cxf.jaxrs that implement InterceptorProvider
 class JAXRSServerFactoryBean
          Bean to help easily create Server endpoints for JAX-RS.
 class JAXRSServiceImpl
           
 

Uses of InterceptorProvider in org.apache.cxf.service
 

Subinterfaces of InterceptorProvider in org.apache.cxf.service
 interface Service
           
 

Classes in org.apache.cxf.service that implement InterceptorProvider
 class ServiceImpl
           
 

Uses of InterceptorProvider in org.apache.cxf.simple
 

Classes in org.apache.cxf.simple that implement InterceptorProvider
 class SimpleServiceBuilder
           
 

Uses of InterceptorProvider in org.apache.cxf.transport.http.gzip
 

Methods in org.apache.cxf.transport.http.gzip with parameters of type InterceptorProvider
protected  void GZIPFeature.initializeProvider(InterceptorProvider provider, Bus bus)
           
 

Uses of InterceptorProvider in org.apache.cxf.transport.http.policy
 

Classes in org.apache.cxf.transport.http.policy that implement InterceptorProvider
 class NoOpPolicyInterceptorProvider
          This no-op PolicyInterceptorProvider prevents the policy enforcement logic making it impossible to assert the HTTPClientPolicy upfront before the HTTPConduit becomes invoved (e.g.
 

Uses of InterceptorProvider in org.apache.cxf.ws.policy
 

Subinterfaces of InterceptorProvider in org.apache.cxf.ws.policy
 interface PolicyInterceptorProvider
           
 

Classes in org.apache.cxf.ws.policy that implement InterceptorProvider
 class AbstractPolicyInterceptorProvider
           
 


Apache CXF API

Apache CXF