org.apache.cxf.ws.policy
Class AbstractPolicyInterceptorProvider

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
All Implemented Interfaces:
Serializable, ConcurrentMap<String,Object>, Map<String,Object>, org.apache.cxf.interceptor.InterceptorProvider, PolicyInterceptorProvider
Direct Known Subclasses:
IgnorablePolicyInterceptorProvider, MTOMPolicyInterceptorProvider

public abstract class AbstractPolicyInterceptorProvider
extends org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
implements PolicyInterceptorProvider

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
AbstractPolicyInterceptorProvider(Collection<QName> at)
           
AbstractPolicyInterceptorProvider(QName type)
           
 
Method Summary
 Collection<QName> getAssertionTypes()
          Returns a collection of QNames describing the xml schema types of the assertions that this interceptor implements.
 List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> provideInFaultInterceptors(org.apache.cxf.message.Message m)
           
 List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> provideInInterceptors(org.apache.cxf.message.Message m)
           
 List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> provideOutFaultInterceptors(org.apache.cxf.message.Message m)
           
 List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> provideOutInterceptors(org.apache.cxf.message.Message m)
           
 
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

AbstractPolicyInterceptorProvider

public AbstractPolicyInterceptorProvider(QName type)

AbstractPolicyInterceptorProvider

public AbstractPolicyInterceptorProvider(Collection<QName> at)
Method Detail

getAssertionTypes

public Collection<QName> getAssertionTypes()
Description copied from interface: PolicyInterceptorProvider
Returns a collection of QNames describing the xml schema types of the assertions that this interceptor implements.

Specified by:
getAssertionTypes in interface PolicyInterceptorProvider
Returns:
collection of QNames of known assertion types

provideInFaultInterceptors

public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> provideInFaultInterceptors(org.apache.cxf.message.Message m)
Specified by:
provideInFaultInterceptors in interface PolicyInterceptorProvider

provideInInterceptors

public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> provideInInterceptors(org.apache.cxf.message.Message m)
Specified by:
provideInInterceptors in interface PolicyInterceptorProvider

provideOutFaultInterceptors

public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> provideOutFaultInterceptors(org.apache.cxf.message.Message m)
Specified by:
provideOutFaultInterceptors in interface PolicyInterceptorProvider

provideOutInterceptors

public List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> provideOutInterceptors(org.apache.cxf.message.Message m)
Specified by:
provideOutInterceptors in interface PolicyInterceptorProvider


Apache CXF