org.apache.cxf.ws.policy
Interface PolicyInterceptorProviderRegistry
- All Superinterfaces:
- Registry<javax.xml.namespace.QName,PolicyInterceptorProvider>
- All Known Implementing Classes:
- PolicyInterceptorProviderRegistryImpl
public interface PolicyInterceptorProviderRegistry
- extends Registry<javax.xml.namespace.QName,PolicyInterceptorProvider>
InterceptorProviderRegistry is used to manage InterceptorProviders that provide
assertion domain specific interceptors.
Method Summary |
java.util.List<Interceptor> |
getInterceptors(java.util.Collection<org.apache.neethi.Assertion> alterative,
boolean out,
boolean fault)
|
getInterceptors
java.util.List<Interceptor> getInterceptors(java.util.Collection<org.apache.neethi.Assertion> alterative,
boolean out,
boolean fault)
Apache CXF