Class AddressingPolicyInterceptorProvider

java.lang.Object
java.util.AbstractMap<K,V>
java.util.concurrent.ConcurrentHashMap<String,Object>
org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider
org.apache.cxf.ws.addressing.policy.AddressingPolicyInterceptorProvider
All Implemented Interfaces:
Serializable, ConcurrentMap<String,Object>, Map<String,Object>, org.apache.cxf.interceptor.InterceptorProvider, org.apache.cxf.ws.policy.PolicyInterceptorProvider

public class AddressingPolicyInterceptorProvider extends org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider
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).
See Also:
  • Constructor Details

    • AddressingPolicyInterceptorProvider

      public AddressingPolicyInterceptorProvider(org.apache.cxf.Bus b)