Package org.apache.cxf.ws.policy
Interface PolicyInterceptorProviderRegistry
- All Superinterfaces:
org.apache.cxf.extension.Registry<QName,Set<PolicyInterceptorProvider>>
- All Known Implementing Classes:
PolicyInterceptorProviderRegistryImpl
public interface PolicyInterceptorProviderRegistry
extends org.apache.cxf.extension.Registry<QName,Set<PolicyInterceptorProvider>>
InterceptorProviderRegistry is used to manage InterceptorProviders that provide
assertion domain specific interceptors.
-
Method Summary
Modifier and TypeMethodDescriptionList<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>>List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>>List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>>getInterceptorsForAlternative(Collection<? extends org.apache.neethi.Assertion> alterative, boolean out, boolean fault) List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>>List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>>voidregister(PolicyInterceptorProvider provider) Register the builder for all qnames from the provider getAssertionTypes call.Methods inherited from interface org.apache.cxf.extension.Registry
get, register, unregister
-
Method Details
-
register
Register the builder for all qnames from the provider getAssertionTypes call.- Parameters:
provider- the provider to register
-
getInterceptorsForAlternative
List<org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message>> getInterceptorsForAlternative(Collection<? extends org.apache.neethi.Assertion> alterative, boolean out, boolean fault) -
getInInterceptorsForAssertion
-
getInFaultInterceptorsForAssertion
-
getOutInterceptorsForAssertion
-
getOutFaultInterceptorsForAssertion
-