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, setOutInterceptors
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, putAll, putIfAbsent, remove, remove, replace, replace, size, values
clone, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
public AbstractPolicyInterceptorProvider(QName type)
public AbstractPolicyInterceptorProvider(Collection<QName> at)
public Collection<QName> getAssertionTypes()
PolicyInterceptorProvider
getAssertionTypes
in interface PolicyInterceptorProvider
public boolean configurationPresent(Message msg, org.apache.neethi.Assertion assertion)
PolicyInterceptorProvider
configurationPresent
in interface PolicyInterceptorProvider
msg
- The contextual message, may be null if no message is in context at this pointApache CXF