public abstract class AbstractPolicyInterceptorProvider extends AbstractAttributedInterceptorProvider implements PolicyInterceptorProvider
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, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, putAll, putIfAbsent, remove, remove, replace, replace, size, valuesclone, toStringfinalize, 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