Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPolicyInterceptorProvider |
Modifier and Type | Method and Description |
---|---|
void |
PolicyInterceptorProviderRegistryImpl.register(PolicyInterceptorProvider provider) |
void |
PolicyInterceptorProviderRegistry.register(PolicyInterceptorProvider provider)
Register the builder for all qnames from the provider
getAssertionTypes call.
|
Constructor and Description |
---|
PolicyInterceptorProviderRegistryImpl(Bus b,
MapProvider<QName,PolicyInterceptorProvider> interceptors) |
PolicyInterceptorProviderRegistryImpl(Map<QName,PolicyInterceptorProvider> interceptors) |
PolicyInterceptorProviderRegistryImpl(MapProvider<QName,PolicyInterceptorProvider> interceptors) |
Modifier and Type | Class and Description |
---|---|
class |
MTOMPolicyInterceptorProvider |
Modifier and Type | Class and Description |
---|---|
class |
RMPolicyInterceptorProvider |
Apache CXF