public abstract class AbstractAttributedInterceptorProvider extends java.util.concurrent.ConcurrentHashMap<java.lang.String,java.lang.Object> implements InterceptorProvider
java.util.concurrent.ConcurrentHashMap.KeySetView<K,V>| Constructor and Description |
|---|
AbstractAttributedInterceptorProvider() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.List<Interceptor<? extends Message>> |
getInFaultInterceptors()
Returns the list of interceptors attached to the incoming fault interceptor
chain of the object.
|
java.util.List<Interceptor<? extends Message>> |
getInInterceptors()
Returns the list of interceptors attached to the incoming interceptor
chain of the object.
|
java.util.List<Interceptor<? extends Message>> |
getOutFaultInterceptors()
Returns the list of interceptors attached to the outgoing fault interceptor
chain of the object.
|
java.util.List<Interceptor<? extends Message>> |
getOutInterceptors()
Returns the list of interceptors attached to the outgoing interceptor
chain of the object.
|
int |
hashCode() |
java.lang.Object |
put(java.lang.String s,
java.lang.Object o) |
void |
setInFaultInterceptors(java.util.List<Interceptor<? extends Message>> interceptors) |
void |
setInInterceptors(java.util.List<Interceptor<? extends Message>> interceptors) |
void |
setOutFaultInterceptors(java.util.List<Interceptor<? extends Message>> interceptors) |
void |
setOutInterceptors(java.util.List<Interceptor<? extends Message>> interceptors) |
clear, 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, valuespublic AbstractAttributedInterceptorProvider()
public java.lang.Object put(java.lang.String s,
java.lang.Object o)
put in interface java.util.Map<java.lang.String,java.lang.Object>put in class java.util.concurrent.ConcurrentHashMap<java.lang.String,java.lang.Object>public java.util.List<Interceptor<? extends Message>> getOutFaultInterceptors()
InterceptorProvidergetOutFaultInterceptors in interface InterceptorProviderList outgoing fault interceptor chainpublic java.util.List<Interceptor<? extends Message>> getInFaultInterceptors()
InterceptorProvidergetInFaultInterceptors in interface InterceptorProviderList incoming fault interceptor chainpublic java.util.List<Interceptor<? extends Message>> getInInterceptors()
InterceptorProvidergetInInterceptors in interface InterceptorProviderList incoming interceptor chainpublic java.util.List<Interceptor<? extends Message>> getOutInterceptors()
InterceptorProvidergetOutInterceptors in interface InterceptorProviderList outgoing interceptor chainpublic void setInInterceptors(java.util.List<Interceptor<? extends Message>> interceptors)
public void setInFaultInterceptors(java.util.List<Interceptor<? extends Message>> interceptors)
public void setOutInterceptors(java.util.List<Interceptor<? extends Message>> interceptors)
public void setOutFaultInterceptors(java.util.List<Interceptor<? extends Message>> interceptors)
public boolean equals(java.lang.Object o)
equals in interface java.util.Map<java.lang.String,java.lang.Object>equals in class java.util.concurrent.ConcurrentHashMap<java.lang.String,java.lang.Object>public int hashCode()
hashCode in interface java.util.Map<java.lang.String,java.lang.Object>hashCode in class java.util.concurrent.ConcurrentHashMap<java.lang.String,java.lang.Object>