Apache CXF API

Uses of Class
org.apache.cxf.interceptor.AbstractBasicInterceptorProvider

Packages that use AbstractBasicInterceptorProvider
org.apache.cxf.binding.object   
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.frontend   
org.apache.cxf.jaxws   
org.apache.cxf.simple   
 

Uses of AbstractBasicInterceptorProvider in org.apache.cxf.binding.object
 

Subclasses of AbstractBasicInterceptorProvider in org.apache.cxf.binding.object
 class ObjectBinding
           
 

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

Subclasses of AbstractBasicInterceptorProvider in org.apache.cxf.binding.soap
 class SoapBinding
           
 

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

Subclasses of AbstractBasicInterceptorProvider in org.apache.cxf.binding.xml
 class XMLBinding
           
 

Uses of AbstractBasicInterceptorProvider in org.apache.cxf.bus
 

Subclasses of AbstractBasicInterceptorProvider in org.apache.cxf.bus
 class CXFBusImpl
           
 

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

Subclasses of AbstractBasicInterceptorProvider in org.apache.cxf.bus.extension
 class ExtensionManagerBus
          This bus uses CXF's built in extension manager to load components (as opposed to using the Spring bus implementation).
 

Uses of AbstractBasicInterceptorProvider in org.apache.cxf.endpoint
 

Subclasses of AbstractBasicInterceptorProvider in org.apache.cxf.endpoint
 class ClientImpl
           
 

Uses of AbstractBasicInterceptorProvider in org.apache.cxf.frontend
 

Subclasses of AbstractBasicInterceptorProvider in org.apache.cxf.frontend
 class AbstractEndpointFactory
           
 class AbstractServiceFactory
           
 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 AbstractBasicInterceptorProvider in org.apache.cxf.jaxws
 

Subclasses of AbstractBasicInterceptorProvider in org.apache.cxf.jaxws
 class JaxWsClientFactoryBean
          Bean to help easily create Client endpoints for JAX-WS.
 class JaxWsProxyFactoryBean
           
 class JaxWsServerFactoryBean
          Bean to help easily create Server endpoints for JAX-WS.
 class JaxwsServiceBuilder
           
 

Uses of AbstractBasicInterceptorProvider in org.apache.cxf.simple
 

Subclasses of AbstractBasicInterceptorProvider in org.apache.cxf.simple
 class SimpleServiceBuilder
           
 


Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.