Uses of Interface
org.apache.cxf.interceptor.InterceptorProvider
- 
- 
Uses of InterceptorProvider in org.apache.cxfSubinterfaces of InterceptorProvider in org.apache.cxf Modifier and Type Interface Description interfaceBusThe Bus is the central place in CXF.
- 
Uses of InterceptorProvider in org.apache.cxf.bindingSubinterfaces of InterceptorProvider in org.apache.cxf.binding Modifier and Type Interface Description interfaceBindingA Binding provides interceptors and message creation logic for a specific protocol binding.
- 
Uses of InterceptorProvider in org.apache.cxf.bus.blueprintClasses in org.apache.cxf.bus.blueprint that implement InterceptorProvider Modifier and Type Class Description classBlueprintBus
- 
Uses of InterceptorProvider in org.apache.cxf.bus.extensionClasses in org.apache.cxf.bus.extension that implement InterceptorProvider Modifier and Type Class Description classExtensionManagerBusThis bus uses CXF's built in extension manager to load components (as opposed to using the Spring bus implementation).
- 
Uses of InterceptorProvider in org.apache.cxf.bus.springClasses in org.apache.cxf.bus.spring that implement InterceptorProvider Modifier and Type Class Description static classBusDefinitionParser.BusConfigclassSpringBus
- 
Uses of InterceptorProvider in org.apache.cxf.databindingClasses in org.apache.cxf.databinding that implement InterceptorProvider Modifier and Type Class Description classAbstractInterceptorProvidingDataBinding
- 
Uses of InterceptorProvider in org.apache.cxf.databinding.staxClasses in org.apache.cxf.databinding.stax that implement InterceptorProvider Modifier and Type Class Description classStaxDataBindingA simple databinding implementation which reads and writes Source objects.
- 
Uses of InterceptorProvider in org.apache.cxf.endpointSubinterfaces of InterceptorProvider in org.apache.cxf.endpoint Modifier and Type Interface Description interfaceClientinterfaceEndpointRepresents an endpoint that receives messages.Classes in org.apache.cxf.endpoint that implement InterceptorProvider Modifier and Type Class Description classAbstractEndpointFactoryclassClientImplclassEndpointImpl
- 
Uses of InterceptorProvider in org.apache.cxf.featureMethods in org.apache.cxf.feature with parameters of type InterceptorProvider Modifier and Type Method Description voidAbstractFeature. doInitializeProvider(InterceptorProvider provider, Bus bus)default voidAbstractPortableFeature. doInitializeProvider(InterceptorProvider provider, Bus bus)voidFastInfosetFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus)voidLoggingFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus)voidStaxTransformFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus)default voidAbstractPortableFeature. initialize(InterceptorProvider interceptorProvider, Bus bus)voidDelegatingFeature. initialize(InterceptorProvider interceptorProvider, Bus bus)voidFeature. initialize(InterceptorProvider interceptorProvider, Bus bus)voidWrappedFeature. initialize(InterceptorProvider interceptorProvider, Bus bus)protected voidAbstractFeature. initializeProvider(InterceptorProvider provider, Bus bus)protected voidDelegatingFeature. initializeProvider(InterceptorProvider interceptorProvider, Bus bus)
- 
Uses of InterceptorProvider in org.apache.cxf.feature.transformMethods in org.apache.cxf.feature.transform with parameters of type InterceptorProvider Modifier and Type Method Description voidXSLTFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus)
- 
Uses of InterceptorProvider in org.apache.cxf.feature.validationMethods in org.apache.cxf.feature.validation with parameters of type InterceptorProvider Modifier and Type Method Description voidSchemaValidationFeature.Portable. doInitializeProvider(InterceptorProvider interceptorProvider, Bus bus)
- 
Uses of InterceptorProvider in org.apache.cxf.interceptorClasses in org.apache.cxf.interceptor that implement InterceptorProvider Modifier and Type Class Description classAbstractAttributedInterceptorProviderclassAbstractBasicInterceptorProvider
- 
Uses of InterceptorProvider in org.apache.cxf.interceptor.securityMethods in org.apache.cxf.interceptor.security with parameters of type InterceptorProvider Modifier and Type Method Description voidJAASAuthenticationFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus)
- 
Uses of InterceptorProvider in org.apache.cxf.serviceSubinterfaces of InterceptorProvider in org.apache.cxf.service Modifier and Type Interface Description interfaceServiceClasses in org.apache.cxf.service that implement InterceptorProvider Modifier and Type Class Description classServiceImpl
- 
Uses of InterceptorProvider in org.apache.cxf.transport.common.gzipMethods in org.apache.cxf.transport.common.gzip with parameters of type InterceptorProvider Modifier and Type Method Description voidGZIPFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus)
- 
Uses of InterceptorProvider in org.apache.cxf.validationMethods in org.apache.cxf.validation with parameters of type InterceptorProvider Modifier and Type Method Description voidClientBeanValidationFeature. addInterceptor(InterceptorProvider interceptorProvider, ClientBeanValidationOutInterceptor out)protected voidClientBeanValidationFeature.Portable. addInterceptor(InterceptorProvider interceptorProvider, ClientBeanValidationOutInterceptor out)voidBeanValidationFeature.Portable. doInitializeProvider(InterceptorProvider interceptorProvider, Bus bus)voidClientBeanValidationFeature.Portable. doInitializeProvider(InterceptorProvider interceptorProvider, Bus bus)
- 
Uses of InterceptorProvider in org.apache.cxf.ws.addressingMethods in org.apache.cxf.ws.addressing with parameters of type InterceptorProvider Modifier and Type Method Description protected voidWSAddressingFeature. initializeProvider(InterceptorProvider provider, Bus bus)voidWSAddressingFeature.WSAddressingFeatureApplier. initializeProvider(WSAddressingFeature feature, InterceptorProvider provider, Bus bus)
 
-