Uses of Class
org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
-
-
Uses of AbstractAttributedInterceptorProvider in org.apache.cxf.endpoint
Subclasses of AbstractAttributedInterceptorProvider in org.apache.cxf.endpoint Modifier and Type Class Description classEndpointImpl -
Uses of AbstractAttributedInterceptorProvider in org.apache.cxf.jaxrs
Subclasses of AbstractAttributedInterceptorProvider in org.apache.cxf.jaxrs Modifier and Type Class Description classJAXRSServiceImplThe 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 Modifier and Type Class Description classJaxWsClientEndpointImplclassJaxWsEndpointImplA JAX-WS specific implementation of the CXFEndpointinterface. -
Uses of AbstractAttributedInterceptorProvider in org.apache.cxf.service
Subclasses of AbstractAttributedInterceptorProvider in org.apache.cxf.service Modifier and Type Class Description classServiceImpl -
Uses of AbstractAttributedInterceptorProvider in org.apache.cxf.transport.http.policy
Subclasses of AbstractAttributedInterceptorProvider in org.apache.cxf.transport.http.policy Modifier and Type Class Description classNoOpPolicyInterceptorProviderThis 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 Modifier and Type Class Description classAddressingPolicyInterceptorProviderInstead 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 Modifier and Type Class Description classAbstractPolicyInterceptorProviderclassIgnorablePolicyInterceptorProviderThis 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 Modifier and Type Class Description classMTOMPolicyInterceptorProvider -
Uses of AbstractAttributedInterceptorProvider in org.apache.cxf.ws.rm.policy
Subclasses of AbstractAttributedInterceptorProvider in org.apache.cxf.ws.rm.policy Modifier and Type Class Description classRMPolicyInterceptorProvider -
Uses of AbstractAttributedInterceptorProvider in org.apache.cxf.ws.security.policy.interceptors
Subclasses of AbstractAttributedInterceptorProvider in org.apache.cxf.ws.security.policy.interceptors Modifier and Type Class Description classHttpsTokenInterceptorProviderclassIssuedTokenInterceptorProviderclassKerberosTokenInterceptorProviderclassSamlTokenInterceptorProviderclassSecureConversationTokenInterceptorProviderclassSpnegoTokenInterceptorProviderclassUsernameTokenInterceptorProviderclassWSSecurityInterceptorProviderclassWSSecurityPolicyInterceptorProvider
-