Uses of Interface
org.apache.cxf.interceptor.InterceptorProvider
-
-
Uses of InterceptorProvider in org.apache.cxf
Subinterfaces 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.binding
Subinterfaces 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.binding.coloc.feature
Methods in org.apache.cxf.binding.coloc.feature with parameters of type InterceptorProvider Modifier and Type Method Description voidColocFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus) -
Uses of InterceptorProvider in org.apache.cxf.binding.corba
Classes in org.apache.cxf.binding.corba that implement InterceptorProvider Modifier and Type Class Description classCorbaBinding -
Uses of InterceptorProvider in org.apache.cxf.binding.soap
Classes in org.apache.cxf.binding.soap that implement InterceptorProvider Modifier and Type Class Description classSoapBindingMethods in org.apache.cxf.binding.soap with parameters of type InterceptorProvider Modifier and Type Method Description protected voidSoapBindingFactory. setupUDP(InterceptorProvider p, EndpointInfo ei) -
Uses of InterceptorProvider in org.apache.cxf.binding.xml
Classes in org.apache.cxf.binding.xml that implement InterceptorProvider Modifier and Type Class Description classXMLBinding -
Uses of InterceptorProvider in org.apache.cxf.bus.blueprint
Classes in org.apache.cxf.bus.blueprint that implement InterceptorProvider Modifier and Type Class Description classBlueprintBus -
Uses of InterceptorProvider in org.apache.cxf.bus.extension
Classes 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.spring
Classes in org.apache.cxf.bus.spring that implement InterceptorProvider Modifier and Type Class Description static classBusDefinitionParser.BusConfigclassSpringBus -
Uses of InterceptorProvider in org.apache.cxf.clustering
Methods in org.apache.cxf.clustering with parameters of type InterceptorProvider Modifier and Type Method Description voidFailoverFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus) -
Uses of InterceptorProvider in org.apache.cxf.databinding
Classes in org.apache.cxf.databinding that implement InterceptorProvider Modifier and Type Class Description classAbstractInterceptorProvidingDataBinding -
Uses of InterceptorProvider in org.apache.cxf.databinding.stax
Classes 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.endpoint
Subinterfaces 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.ext.logging
Methods in org.apache.cxf.ext.logging with parameters of type InterceptorProvider Modifier and Type Method Description voidLoggingFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus) -
Uses of InterceptorProvider in org.apache.cxf.feature
Methods 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.transform
Methods 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.validation
Methods 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.frontend
Classes in org.apache.cxf.frontend that implement InterceptorProvider Modifier and Type Class Description classAbstractServiceFactoryclassAbstractWSDLBasedEndpointFactoryclassClientFactoryBeanclassClientProxyFactoryBeanThis class will create a client for you which implements the specified service class.classServerFactoryBeanThis class helps take aServiceand expose as a server side endpoint. -
Uses of InterceptorProvider in org.apache.cxf.frontend.blueprint
Classes in org.apache.cxf.frontend.blueprint that implement InterceptorProvider Modifier and Type Class Description static classServerFactoryBeanDefinitionParser.BPServerFactoryBean -
Uses of InterceptorProvider in org.apache.cxf.frontend.spring
Classes in org.apache.cxf.frontend.spring that implement InterceptorProvider Modifier and Type Class Description static classClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBeanstatic classServerFactoryBeanDefinitionParser.SpringServerFactoryBean -
Uses of InterceptorProvider in org.apache.cxf.interceptor
Classes in org.apache.cxf.interceptor that implement InterceptorProvider Modifier and Type Class Description classAbstractAttributedInterceptorProviderclassAbstractBasicInterceptorProvider -
Uses of InterceptorProvider in org.apache.cxf.interceptor.security
Methods 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.jaxb
Classes in org.apache.cxf.jaxb that implement InterceptorProvider Modifier and Type Class Description classJAXBDataBinding -
Uses of InterceptorProvider in org.apache.cxf.jaxrs
Classes in org.apache.cxf.jaxrs that implement InterceptorProvider Modifier and Type Class Description classAbstractJAXRSFactoryBeanAbstract bean holding functionality common for creating JAX-RS Server and Client objects.classJAXRSBindingclassJAXRSServerFactoryBeanBean to help easily create Server endpoints for JAX-RS.classJAXRSServiceImplThe CXF Service implementation which is used to register the JAX-RS endpoint with the runtime. -
Uses of InterceptorProvider in org.apache.cxf.jaxrs.blueprint
Classes in org.apache.cxf.jaxrs.blueprint that implement InterceptorProvider Modifier and Type Class Description static classJAXRSServerFactoryBeanDefinitionParser.BPJAXRSServerFactoryBean -
Uses of InterceptorProvider in org.apache.cxf.jaxrs.client
Classes in org.apache.cxf.jaxrs.client that implement InterceptorProvider Modifier and Type Class Description classClientConfigurationRepresents the configuration of the current proxy or WebClient.classJAXRSClientFactoryBean -
Uses of InterceptorProvider in org.apache.cxf.jaxrs.client.spring
Classes in org.apache.cxf.jaxrs.client.spring that implement InterceptorProvider Modifier and Type Class Description static classJAXRSClientFactoryBeanDefinitionParser.JAXRSSpringClientFactoryBean -
Uses of InterceptorProvider in org.apache.cxf.jaxrs.client.validation
Methods in org.apache.cxf.jaxrs.client.validation with parameters of type InterceptorProvider Modifier and Type Method Description voidJAXRSClientBeanValidationFeature.Portable. doInitializeProvider(InterceptorProvider interceptorProvider, Bus bus) -
Uses of InterceptorProvider in org.apache.cxf.jaxrs.spring
Classes in org.apache.cxf.jaxrs.spring that implement InterceptorProvider Modifier and Type Class Description classAbstractJaxrsClassesScanServerclassAbstractSpringComponentScanServerclassAbstractSpringConfigurationFactorystatic classJAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBeanclassSpringComponentScanServerclassSpringJaxrsClassesScanServer -
Uses of InterceptorProvider in org.apache.cxf.jaxrs.sse
Methods in org.apache.cxf.jaxrs.sse with parameters of type InterceptorProvider Modifier and Type Method Description voidSseFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus) -
Uses of InterceptorProvider in org.apache.cxf.jaxrs.validation
Methods in org.apache.cxf.jaxrs.validation with parameters of type InterceptorProvider Modifier and Type Method Description voidJAXRSBeanValidationFeature.Portable. doInitializeProvider(InterceptorProvider interceptorProvider, Bus bus) -
Uses of InterceptorProvider in org.apache.cxf.jaxws
Classes in org.apache.cxf.jaxws that implement InterceptorProvider Modifier and Type Class Description classEndpointImplclassJaxWsClientFactoryBeanBean to help easily create Client endpoints for JAX-WS.classJaxWsProxyFactoryBeanFactory for creating JAX-WS proxies, This class provides access to the internal properties used to set-up proxies.classJaxWsServerFactoryBeanBean to help easily create Server endpoints for JAX-WS.classJaxwsServiceBuilder -
Uses of InterceptorProvider in org.apache.cxf.jaxws.blueprint
Classes in org.apache.cxf.jaxws.blueprint that implement InterceptorProvider Modifier and Type Class Description static classJAXWSBPNamespaceHandler.BPJaxWsServerFactoryBean -
Uses of InterceptorProvider in org.apache.cxf.jaxws.spring
Classes in org.apache.cxf.jaxws.spring that implement InterceptorProvider Modifier and Type Class Description static classEndpointDefinitionParser.SpringEndpointImplstatic classJaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBeanstatic classNamespaceHandler.SpringServerFactoryBean -
Uses of InterceptorProvider in org.apache.cxf.jaxws.support
Classes in org.apache.cxf.jaxws.support that implement InterceptorProvider Modifier and Type Class Description classJaxWsClientEndpointImplclassJaxWsEndpointImplA JAX-WS specific implementation of the CXFEndpointinterface. -
Uses of InterceptorProvider in org.apache.cxf.jaxws22
Classes in org.apache.cxf.jaxws22 that implement InterceptorProvider Modifier and Type Class Description classEndpointImplDeprecated.- all functionality moved to superclass - create superclass instead -
Uses of InterceptorProvider in org.apache.cxf.management.interceptor
Methods in org.apache.cxf.management.interceptor with parameters of type InterceptorProvider Modifier and Type Method Description voidResponseTimeFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus) -
Uses of InterceptorProvider in org.apache.cxf.metrics
Methods in org.apache.cxf.metrics with parameters of type InterceptorProvider Modifier and Type Method Description voidMetricsFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus) -
Uses of InterceptorProvider in org.apache.cxf.microprofile.client
Classes in org.apache.cxf.microprofile.client that implement InterceptorProvider Modifier and Type Class Description classMicroProfileClientFactoryBean -
Uses of InterceptorProvider in org.apache.cxf.service
Subinterfaces 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.simple
Classes in org.apache.cxf.simple that implement InterceptorProvider Modifier and Type Class Description classSimpleServiceBuilder -
Uses of InterceptorProvider in org.apache.cxf.throttling
Methods in org.apache.cxf.throttling with parameters of type InterceptorProvider Modifier and Type Method Description voidThrottlingFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus) -
Uses of InterceptorProvider in org.apache.cxf.tracing.brave
Methods in org.apache.cxf.tracing.brave with parameters of type InterceptorProvider Modifier and Type Method Description voidBraveClientFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus)voidBraveFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus) -
Uses of InterceptorProvider in org.apache.cxf.tracing.opentracing
Methods in org.apache.cxf.tracing.opentracing with parameters of type InterceptorProvider Modifier and Type Method Description voidOpenTracingClientFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus)voidOpenTracingFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus) -
Uses of InterceptorProvider in org.apache.cxf.transport.common.gzip
Methods 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.transport.http.policy
Classes in org.apache.cxf.transport.http.policy that implement InterceptorProvider Modifier and Type Class Description classNoOpPolicyInterceptorProviderThis no-op PolicyInterceptorProvider prevents the policy enforcement logic making it impossible to assert the HTTPClientPolicy upfront before the HTTPConduit becomes involved (e.g. -
Uses of InterceptorProvider in org.apache.cxf.transport.https
Methods in org.apache.cxf.transport.https with parameters of type InterceptorProvider Modifier and Type Method Description voidCertConstraintsFeature.Portable. doInitializeProvider(InterceptorProvider provider, Bus bus) -
Uses of InterceptorProvider in org.apache.cxf.transport.jms
Methods in org.apache.cxf.transport.jms with parameters of type InterceptorProvider Modifier and Type Method Description voidConnectionFactoryFeature.Portable. initialize(InterceptorProvider provider, Bus bus) -
Uses of InterceptorProvider in org.apache.cxf.validation
Methods 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.addressing
Methods 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) -
Uses of InterceptorProvider in org.apache.cxf.ws.addressing.impl
Methods in org.apache.cxf.ws.addressing.impl with parameters of type InterceptorProvider Modifier and Type Method Description voidAddressingFeatureApplier. initializeProvider(WSAddressingFeature feature, InterceptorProvider provider, Bus bus) -
Uses of InterceptorProvider in org.apache.cxf.ws.addressing.policy
Classes in org.apache.cxf.ws.addressing.policy that implement InterceptorProvider Modifier and Type Class Description classAddressingPolicyInterceptorProviderInstead of parametrising an instance of org.apache.cxf.policy.PolicyInterceptorProviderImpl we use this class to reduce the impact of changes to the addressing metadata namespace (only need to update Metadataconstants, otherwise cfg file fragement also). -
Uses of InterceptorProvider in org.apache.cxf.ws.policy
Subinterfaces of InterceptorProvider in org.apache.cxf.ws.policy Modifier and Type Interface Description interfacePolicyInterceptorProviderClasses in org.apache.cxf.ws.policy that implement InterceptorProvider Modifier and Type Class Description classAbstractPolicyInterceptorProviderclassIgnorablePolicyInterceptorProviderThis policy interceptor provider can be used to implicitly handle unknown policy assertions. -
Uses of InterceptorProvider in org.apache.cxf.ws.policy.mtom
Classes in org.apache.cxf.ws.policy.mtom that implement InterceptorProvider Modifier and Type Class Description classMTOMPolicyInterceptorProvider -
Uses of InterceptorProvider in org.apache.cxf.ws.rm
Classes in org.apache.cxf.ws.rm that implement InterceptorProvider Modifier and Type Class Description classWrappedEndpointclassWrappedService -
Uses of InterceptorProvider in org.apache.cxf.ws.rm.feature
Methods in org.apache.cxf.ws.rm.feature with parameters of type InterceptorProvider Modifier and Type Method Description protected voidRMFeature. initializeProvider(InterceptorProvider provider, Bus bus) -
Uses of InterceptorProvider in org.apache.cxf.ws.rm.policy
Classes in org.apache.cxf.ws.rm.policy that implement InterceptorProvider Modifier and Type Class Description classRMPolicyInterceptorProvider -
Uses of InterceptorProvider in org.apache.cxf.ws.security.policy.interceptors
Classes in org.apache.cxf.ws.security.policy.interceptors that implement InterceptorProvider Modifier and Type Class Description classHttpsTokenInterceptorProviderclassIssuedTokenInterceptorProviderclassKerberosTokenInterceptorProviderclassSamlTokenInterceptorProviderclassSecureConversationTokenInterceptorProviderclassSpnegoTokenInterceptorProviderclassUsernameTokenInterceptorProviderclassWSSecurityInterceptorProviderclassWSSecurityPolicyInterceptorProvider -
Uses of InterceptorProvider in org.apache.cxf.ws.security.trust
Classes in org.apache.cxf.ws.security.trust that implement InterceptorProvider Modifier and Type Class Description classAbstractSTSClientAn abstract class with some functionality to invoke on a SecurityTokenService (STS) via the WS-Trust protocol.classSTSClientA extension of AbstractSTSClient to communicate with an STS and return a SecurityToken to the client.
-