Package org.apache.cxf.interceptor
Class AbstractAttributedInterceptorProvider
java.lang.Object
java.util.AbstractMap<K,V>
 
java.util.concurrent.ConcurrentHashMap<String,Object>
 
org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
- All Implemented Interfaces:
- Serializable,- ConcurrentMap<String,,- Object> - Map<String,,- Object> - InterceptorProvider
- Direct Known Subclasses:
- EndpointImpl,- ServiceImpl
public abstract class AbstractAttributedInterceptorProvider
extends ConcurrentHashMap<String,Object>
implements InterceptorProvider 
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class java.util.concurrent.ConcurrentHashMapConcurrentHashMap.KeySetView<K extends Object,V extends Object> Nested classes/interfaces inherited from class java.util.AbstractMapAbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanList<Interceptor<? extends Message>>Returns the list of interceptors attached to the incoming fault interceptor chain of the object.List<Interceptor<? extends Message>>Returns the list of interceptors attached to the incoming interceptor chain of the object.List<Interceptor<? extends Message>>Returns the list of interceptors attached to the outgoing fault interceptor chain of the object.List<Interceptor<? extends Message>>Returns the list of interceptors attached to the outgoing interceptor chain of the object.inthashCode()voidsetInFaultInterceptors(List<Interceptor<? extends Message>> interceptors) voidsetInInterceptors(List<Interceptor<? extends Message>> interceptors) voidsetOutFaultInterceptors(List<Interceptor<? extends Message>> interceptors) voidsetOutInterceptors(List<Interceptor<? extends Message>> interceptors) Methods inherited from class java.util.concurrent.ConcurrentHashMapclear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, get, getOrDefault, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, putAll, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, valuesMethods inherited from class java.util.AbstractMapclone
- 
Constructor Details- 
AbstractAttributedInterceptorProviderpublic AbstractAttributedInterceptorProvider()
 
- 
- 
Method Details- 
put
- 
getOutFaultInterceptorsDescription copied from interface:InterceptorProviderReturns the list of interceptors attached to the outgoing fault interceptor chain of the object.- Specified by:
- getOutFaultInterceptorsin interface- InterceptorProvider
- Returns:
- Listoutgoing fault interceptor chain
 
- 
getInFaultInterceptorsDescription copied from interface:InterceptorProviderReturns the list of interceptors attached to the incoming fault interceptor chain of the object.- Specified by:
- getInFaultInterceptorsin interface- InterceptorProvider
- Returns:
- Listincoming fault interceptor chain
 
- 
getInInterceptorsDescription copied from interface:InterceptorProviderReturns the list of interceptors attached to the incoming interceptor chain of the object.- Specified by:
- getInInterceptorsin interface- InterceptorProvider
- Returns:
- Listincoming interceptor chain
 
- 
getOutInterceptorsDescription copied from interface:InterceptorProviderReturns the list of interceptors attached to the outgoing interceptor chain of the object.- Specified by:
- getOutInterceptorsin interface- InterceptorProvider
- Returns:
- Listoutgoing interceptor chain
 
- 
setInInterceptors
- 
setInFaultInterceptors
- 
setOutInterceptors
- 
setOutFaultInterceptors
- 
equals
- 
hashCodepublic int hashCode()
 
-