org.apache.cxf.ws.policy
Class PolicyInterceptorProviderRegistryImpl
java.lang.Object
org.apache.cxf.extension.RegistryImpl<QName,org.apache.cxf.ws.policy.PolicyInterceptorProvider>
org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistryImpl
- All Implemented Interfaces:
- org.apache.cxf.extension.BusExtension, org.apache.cxf.extension.Registry<QName,org.apache.cxf.ws.policy.PolicyInterceptorProvider>, org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistry
public class PolicyInterceptorProviderRegistryImpl
- extends org.apache.cxf.extension.RegistryImpl<QName,org.apache.cxf.ws.policy.PolicyInterceptorProvider>
- implements org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistry, org.apache.cxf.extension.BusExtension
| Fields inherited from class org.apache.cxf.extension.RegistryImpl |
entries |
| Methods inherited from class org.apache.cxf.extension.RegistryImpl |
get, register, unregister |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.cxf.extension.Registry |
get, register, unregister |
PolicyInterceptorProviderRegistryImpl
public PolicyInterceptorProviderRegistryImpl()
PolicyInterceptorProviderRegistryImpl
public PolicyInterceptorProviderRegistryImpl(Map<QName,org.apache.cxf.ws.policy.PolicyInterceptorProvider> interceptors)
PolicyInterceptorProviderRegistryImpl
public PolicyInterceptorProviderRegistryImpl(org.apache.cxf.configuration.spring.MapProvider<QName,org.apache.cxf.ws.policy.PolicyInterceptorProvider> interceptors)
register
public void register(org.apache.cxf.ws.policy.PolicyInterceptorProvider provider)
- Specified by:
register in interface org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistry
getRegistrationType
public Class<?> getRegistrationType()
- Specified by:
getRegistrationType in interface org.apache.cxf.extension.BusExtension
getInterceptors
public List<org.apache.cxf.interceptor.Interceptor> getInterceptors(Collection<org.apache.cxf.ws.policy.PolicyAssertion> alternative,
boolean out,
boolean fault)
- Specified by:
getInterceptors in interface org.apache.cxf.ws.policy.PolicyInterceptorProviderRegistry
Apache CXF