public abstract class AbstractPolicyInterceptorProvider extends AbstractAttributedInterceptorProvider implements PolicyInterceptorProvider
ConcurrentHashMap.KeySetView<K,V>AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AbstractPolicyInterceptorProvider(Collection<QName> at) |
AbstractPolicyInterceptorProvider(QName type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configurationPresent(Message msg,
org.apache.neethi.Assertion assertion)
Return false if the message does not contain enough contextual configuration to preemtively
support the given assertion.
|
Collection<QName> |
getAssertionTypes()
Returns a collection of QNames describing the xml schema types of the assertions that
this interceptor implements.
|
equals, getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, hashCode, put, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptorsclear, 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, valuesclonefinalize, getClass, notify, notifyAll, wait, wait, waitgetInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptorspublic AbstractPolicyInterceptorProvider(QName type)
public AbstractPolicyInterceptorProvider(Collection<QName> at)
public Collection<QName> getAssertionTypes()
PolicyInterceptorProvidergetAssertionTypes in interface PolicyInterceptorProviderpublic boolean configurationPresent(Message msg, org.apache.neethi.Assertion assertion)
PolicyInterceptorProviderconfigurationPresent in interface PolicyInterceptorProvidermsg - The contextual message, may be null if no message is in context at this pointApache CXF