org.apache.cxf.ws.policy
Interface PolicyInterceptorProvider

All Superinterfaces:
InterceptorProvider
All Known Implementing Classes:
AddressingPolicyInterceptorProvider, MTOMPolicyInterceptorProvider, NoOpPolicyInterceptorProvider, PolicyInterceptorProviderImpl, RMPolicyInterceptorProvider

public interface PolicyInterceptorProvider
extends InterceptorProvider


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 interface org.apache.cxf.interceptor.InterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors
 

Method Detail

getAssertionTypes

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.

Returns:
collection of QNames of known assertion types


Apache CXF