Interceptor providers are objects in the Fuse Services Framework runtime that have interceptor chains attached to them.
They all implement the org.apache.cxf.interceptor.InterceptorProvider
interface. Developers can attach their own interceptors to any interceptor provider.
The following objects are interceptor providers:
AddressingPolicyInterceptorProviderClientFactoryBeanClientImplClientProxyFactoryBeanCorbaBindingCXFBusImplorg.apache.cxf.jaxws.EndpointImplorg.apache.cxf.endpoint.EndpointImplExtensionManagerBusJAXRSClientFactoryBeanJAXRSServerFactoryBeanJAXRSServiceImplJaxWsClientEndpointImplJaxWsClientFactoryBeanJaxWsEndpointImplJaxWsProxyFactoryBeanJaxWsServerFactoryBeanJaxwsServiceBuilderMTOMPolicyInterceptorProviderNoOpPolicyInterceptorProviderObjectBindingRMPolicyInterceptorProviderServerFactoryBeanServiceImplSimpleServiceBuilderSoapBindingWrappedEndpointWrappedServiceXMLBinding







