|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.concurrent.ConcurrentHashMap<String,Object>
org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
org.apache.cxf.ws.policy.AbstractPolicyInterceptorProvider
public abstract class AbstractPolicyInterceptorProvider
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
AbstractPolicyInterceptorProvider(Collection<QName> at)
|
|
AbstractPolicyInterceptorProvider(QName type)
|
|
| Method Summary | |
|---|---|
boolean |
configurationPresent(org.apache.cxf.message.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. |
| Methods inherited from class org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider |
|---|
equals, getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, hashCode, put, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors |
| Methods inherited from class java.util.concurrent.ConcurrentHashMap |
|---|
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, putAll, putIfAbsent, remove, remove, replace, replace, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
clone, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.cxf.interceptor.InterceptorProvider |
|---|
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors |
| Constructor Detail |
|---|
public AbstractPolicyInterceptorProvider(QName type)
public AbstractPolicyInterceptorProvider(Collection<QName> at)
| Method Detail |
|---|
public Collection<QName> getAssertionTypes()
PolicyInterceptorProvider
getAssertionTypes in interface PolicyInterceptorProvider
public boolean configurationPresent(org.apache.cxf.message.Message msg,
org.apache.neethi.Assertion assertion)
PolicyInterceptorProvider
configurationPresent in interface PolicyInterceptorProvidermsg - The contextual message, may be null if no message is in context at this point
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||