Apache CXF API

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

Packages that use AbstractAttributedInterceptorProvider
org.apache.cxf.endpoint Client and Server related classes. 
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.transport.http.policy   
org.apache.cxf.ws.policy   
 

Uses of AbstractAttributedInterceptorProvider in org.apache.cxf.endpoint
 

Subclasses of AbstractAttributedInterceptorProvider in org.apache.cxf.endpoint
 class EndpointImpl
           
 

Uses of AbstractAttributedInterceptorProvider in org.apache.cxf.jaxrs
 

Subclasses of AbstractAttributedInterceptorProvider in org.apache.cxf.jaxrs
 class JAXRSServiceImpl
          The CXF Service implementation which is used to register the JAX-RS endpoint with the runtime.
 

Uses of AbstractAttributedInterceptorProvider in org.apache.cxf.service
 

Subclasses of AbstractAttributedInterceptorProvider in org.apache.cxf.service
 class ServiceImpl
           
 

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

Subclasses of AbstractAttributedInterceptorProvider in org.apache.cxf.transport.http.policy
 class NoOpPolicyInterceptorProvider
          This no-op PolicyInterceptorProvider prevents the policy enforcement logic making it impossible to assert the HTTPClientPolicy upfront before the HTTPConduit becomes involved (e.g.
 

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

Subclasses of AbstractAttributedInterceptorProvider in org.apache.cxf.ws.policy
 class AbstractPolicyInterceptorProvider
           
 


Apache CXF API

Apache CXF