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)
           
 
Methods inherited from interface org.apache.cxf.extension.Registry
get, register, unregister
 

Method Detail

getInterceptors

java.util.List<Interceptor> getInterceptors(java.util.Collection<org.apache.neethi.Assertion> alterative,
                                            boolean out,
                                            boolean fault)


Apache CXF