org.apache.cxf.transport.http.policy
Class NoOpPolicyInterceptorProvider
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,java.lang.Object>
org.apache.cxf.interceptor.AbstractAttributedInterceptorProvider
org.apache.cxf.transport.http.policy.NoOpPolicyInterceptorProvider
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>, InterceptorProvider, PolicyInterceptorProvider
public class NoOpPolicyInterceptorProvider
- extends AbstractAttributedInterceptorProvider
- implements PolicyInterceptorProvider
This no-op PolicyInterceptorProvider prevents the policy enforcement
logic making it impossible to assert the HTTPClientPolicy upfront
before the HTTPConduit becomes invoved (e.g. via a WSPolicyFeature
applied to the bean).
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Method Summary |
java.util.Collection<javax.xml.namespace.QName> |
getAssertionTypes()
Returns a collection of QNames describing the xml schema types of the assertions that
this interceptor implements. |
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
NoOpPolicyInterceptorProvider
public NoOpPolicyInterceptorProvider()
getAssertionTypes
public java.util.Collection<javax.xml.namespace.QName> getAssertionTypes()
- Description copied from interface:
PolicyInterceptorProvider
- Returns a collection of QNames describing the xml schema types of the assertions that
this interceptor implements.
- Specified by:
getAssertionTypes
in interface PolicyInterceptorProvider
- Returns:
- collection of QNames of known assertion types
Apache CXF