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.jaxws.support   
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.addressing.policy   
org.apache.cxf.ws.policy   
org.apache.cxf.ws.policy.mtom   
org.apache.cxf.ws.rm.policy   
org.apache.cxf.ws.security.policy.interceptors   
 

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.jaxws.support
 

Subclasses of AbstractAttributedInterceptorProvider in org.apache.cxf.jaxws.support
 class JaxWsClientEndpointImpl
           
 class JaxWsEndpointImpl
          A JAX-WS specific implementation of the CXF Endpoint interface.
 

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.addressing.policy
 

Subclasses of AbstractAttributedInterceptorProvider in org.apache.cxf.ws.addressing.policy
 class AddressingPolicyInterceptorProvider
          Instead of parametrising an instance of org.apache.cxf.policy.PolicyInterceptorProviderImpl we use this class to reduce the impact of changes to the addressing metadata namespace (only need to update Metadataconstants, otherwise cfg file fragement also).
 

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

Subclasses of AbstractAttributedInterceptorProvider in org.apache.cxf.ws.policy
 class AbstractPolicyInterceptorProvider
           
 class IgnorablePolicyInterceptorProvider
          This policy interceptor provider can be used to implicitly handle unknown policy assertions.
 

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

Subclasses of AbstractAttributedInterceptorProvider in org.apache.cxf.ws.policy.mtom
 class MTOMPolicyInterceptorProvider
           
 

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

Subclasses of AbstractAttributedInterceptorProvider in org.apache.cxf.ws.rm.policy
 class RMPolicyInterceptorProvider
           
 

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

Subclasses of AbstractAttributedInterceptorProvider in org.apache.cxf.ws.security.policy.interceptors
 class HttpsTokenInterceptorProvider
           
 class IssuedTokenInterceptorProvider
           
 class KerberosTokenInterceptorProvider
           
 class SamlTokenInterceptorProvider
           
 class SecureConversationTokenInterceptorProvider
           
 class SpnegoTokenInterceptorProvider
           
 class UsernameTokenInterceptorProvider
           
 class WSSecurityInterceptorProvider
           
 class WSSecurityPolicyInterceptorProvider
           
 


Apache CXF API

Apache CXF