Apache CXF API

org.apache.cxf.ws.policy
Class IgnorablePolicyInterceptorProvider

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

public class IgnorablePolicyInterceptorProvider
extends AbstractPolicyInterceptorProvider

This policy interceptor provider can be used to implicitly handle unknown policy assertions.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
IgnorablePolicyInterceptorProvider(Collection<QName> at)
           
IgnorablePolicyInterceptorProvider(QName type)
           
 
Method Summary
 
Methods inherited from class org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider
configurationPresent, getAssertionTypes
 
Methods inherited from class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
equals, getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, hashCode, put, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
 
Methods inherited from class java.util.concurrent.ConcurrentHashMap
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, putAll, putIfAbsent, remove, remove, replace, replace, size, values
 
Methods inherited from class java.util.AbstractMap
clone, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.cxf.interceptor.InterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
 

Constructor Detail

IgnorablePolicyInterceptorProvider

public IgnorablePolicyInterceptorProvider(QName type)
Parameters:
type -

IgnorablePolicyInterceptorProvider

public IgnorablePolicyInterceptorProvider(Collection<QName> at)
Parameters:
at -

Apache CXF API

Apache CXF