public interface PolicyInterceptorProvider extends InterceptorProvider
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.
|
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
Collection<QName> getAssertionTypes()
boolean configurationPresent(Message msg, org.apache.neethi.Assertion assertion)
msg
- The contextual message, may be null if no message is in context at this pointassertion
- Apache CXF