|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of InterceptorProvider in org.apache.cxf |
---|
Subinterfaces of InterceptorProvider in org.apache.cxf | |
---|---|
interface |
Bus
The Bus is the central place in CXF. |
Uses of InterceptorProvider in org.apache.cxf.binding |
---|
Subinterfaces of InterceptorProvider in org.apache.cxf.binding | |
---|---|
interface |
Binding
A 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 | |
---|---|
protected void |
ColocFeature.initializeProvider(InterceptorProvider provider,
Bus bus)
|
Uses of InterceptorProvider in org.apache.cxf.binding.corba |
---|
Classes in org.apache.cxf.binding.corba that implement InterceptorProvider | |
---|---|
class |
CorbaBinding
|
Uses of InterceptorProvider in org.apache.cxf.binding.object |
---|
Classes in org.apache.cxf.binding.object that implement InterceptorProvider | |
---|---|
class |
ObjectBinding
|
Uses of InterceptorProvider in org.apache.cxf.binding.soap |
---|
Classes in org.apache.cxf.binding.soap that implement InterceptorProvider | |
---|---|
class |
SoapBinding
|
Uses of InterceptorProvider in org.apache.cxf.binding.xml |
---|
Classes in org.apache.cxf.binding.xml that implement InterceptorProvider | |
---|---|
class |
XMLBinding
|
Uses of InterceptorProvider in org.apache.cxf.bus |
---|
Classes in org.apache.cxf.bus that implement InterceptorProvider | |
---|---|
class |
CXFBusImpl
|
Uses of InterceptorProvider in org.apache.cxf.bus.blueprint |
---|
Classes in org.apache.cxf.bus.blueprint that implement InterceptorProvider | |
---|---|
class |
BlueprintBus
|
Uses of InterceptorProvider in org.apache.cxf.bus.extension |
---|
Classes in org.apache.cxf.bus.extension that implement InterceptorProvider | |
---|---|
class |
ExtensionManagerBus
This 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 | |
---|---|
static class |
BusDefinitionParser.BusConfig
|
class |
SpringBus
|
Uses of InterceptorProvider in org.apache.cxf.endpoint |
---|
Subinterfaces of InterceptorProvider in org.apache.cxf.endpoint | |
---|---|
interface |
Client
|
interface |
Endpoint
Represents an endpoint that receives messages. |
Classes in org.apache.cxf.endpoint that implement InterceptorProvider | |
---|---|
class |
AbstractEndpointFactory
|
class |
ClientImpl
|
Uses of InterceptorProvider in org.apache.cxf.feature |
---|
Methods in org.apache.cxf.feature with parameters of type InterceptorProvider | |
---|---|
void |
AbstractFeature.initialize(InterceptorProvider interceptorProvider,
Bus bus)
|
protected void |
LoggingFeature.initializeProvider(InterceptorProvider provider,
Bus bus)
|
protected void |
FastInfosetFeature.initializeProvider(InterceptorProvider provider,
Bus bus)
|
protected void |
StaxTransformFeature.initializeProvider(InterceptorProvider provider,
Bus bus)
|
protected void |
AbstractFeature.initializeProvider(InterceptorProvider provider,
Bus bus)
|
Uses of InterceptorProvider in org.apache.cxf.frontend |
---|
Classes in org.apache.cxf.frontend that implement InterceptorProvider | |
---|---|
class |
AbstractServiceFactory
|
class |
AbstractWSDLBasedEndpointFactory
|
class |
ClientFactoryBean
|
class |
ClientProxyFactoryBean
This class will create a client for you which implements the specified service class. |
class |
ServerFactoryBean
This class helps take a Service and
expose as a server side endpoint. |
Uses of InterceptorProvider in org.apache.cxf.frontend.spring |
---|
Classes in org.apache.cxf.frontend.spring that implement InterceptorProvider | |
---|---|
static class |
ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean
|
static class |
ServerFactoryBeanDefinitionParser.SpringServerFactoryBean
|
Uses of InterceptorProvider in org.apache.cxf.headers |
---|
Methods in org.apache.cxf.headers that return InterceptorProvider | |
---|---|
InterceptorProvider |
HeaderProcessor.getInterceptorProvider()
|
Uses of InterceptorProvider in org.apache.cxf.interceptor |
---|
Classes in org.apache.cxf.interceptor that implement InterceptorProvider | |
---|---|
class |
AbstractAttributedInterceptorProvider
|
class |
AbstractBasicInterceptorProvider
|
Uses of InterceptorProvider in org.apache.cxf.jaxb |
---|
Classes in org.apache.cxf.jaxb that implement InterceptorProvider | |
---|---|
class |
JAXBDataBinding
|
Uses of InterceptorProvider in org.apache.cxf.jaxrs |
---|
Classes in org.apache.cxf.jaxrs that implement InterceptorProvider | |
---|---|
class |
AbstractJAXRSFactoryBean
Abstract bean holding functionality common for creating JAX-RS Server and Client objects. |
class |
JAXRSServerFactoryBean
Bean to help easily create Server endpoints for JAX-RS. |
class |
JAXRSServiceImpl
The CXF Service implementation which is used to register the JAX-RS endpoint with the runtime. |
Uses of InterceptorProvider in org.apache.cxf.jaxrs.client |
---|
Classes in org.apache.cxf.jaxrs.client that implement InterceptorProvider | |
---|---|
class |
ClientConfiguration
Represents the configuration of the current proxy or WebClient. |
class |
JAXRSClientFactoryBean
|
Uses of InterceptorProvider in org.apache.cxf.jaxrs.features.clustering |
---|
Methods in org.apache.cxf.jaxrs.features.clustering with parameters of type InterceptorProvider | |
---|---|
void |
FailoverFeature.initialize(InterceptorProvider interceptorProvider,
Bus bus)
|
Uses of InterceptorProvider in org.apache.cxf.jaxrs.spring |
---|
Classes in org.apache.cxf.jaxrs.spring that implement InterceptorProvider | |
---|---|
static class |
JAXRSClientFactoryBeanDefinitionParser.JAXRSSpringClientFactoryBean
|
static class |
JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean
|
Uses of InterceptorProvider in org.apache.cxf.jaxws |
---|
Classes in org.apache.cxf.jaxws that implement InterceptorProvider | |
---|---|
class |
EndpointImpl
|
class |
JaxWsClientFactoryBean
Bean to help easily create Client endpoints for JAX-WS. |
class |
JaxWsProxyFactoryBean
Factory for creating JAX-WS proxies, This class provides access to the internal properties used to set-up proxies. |
class |
JaxWsServerFactoryBean
Bean to help easily create Server endpoints for JAX-WS. |
class |
JaxwsServiceBuilder
|
Uses of InterceptorProvider in org.apache.cxf.jaxws.spring |
---|
Classes in org.apache.cxf.jaxws.spring that implement InterceptorProvider | |
---|---|
static class |
EndpointDefinitionParser.SpringEndpointImpl
|
static class |
JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean
|
static class |
NamespaceHandler.SpringServerFactoryBean
|
Uses of InterceptorProvider in org.apache.cxf.jaxws.support |
---|
Classes in org.apache.cxf.jaxws.support that implement InterceptorProvider | |
---|---|
class |
JaxWsClientEndpointImpl
|
class |
JaxWsEndpointImpl
A JAX-WS specific implementation of the CXF Endpoint interface. |
Uses of InterceptorProvider in org.apache.cxf.jaxws22.spring |
---|
Classes in org.apache.cxf.jaxws22.spring that implement InterceptorProvider | |
---|---|
class |
JAXWS22SpringEndpointImpl
|
Uses of InterceptorProvider in org.apache.cxf.management.interceptor |
---|
Methods in org.apache.cxf.management.interceptor with parameters of type InterceptorProvider | |
---|---|
protected void |
ResponseTimeFeature.initializeProvider(InterceptorProvider provider,
Bus bus)
|
Uses of InterceptorProvider in org.apache.cxf.service |
---|
Subinterfaces of InterceptorProvider in org.apache.cxf.service | |
---|---|
interface |
Service
|
Classes in org.apache.cxf.service that implement InterceptorProvider | |
---|---|
class |
ServiceImpl
|
Uses of InterceptorProvider in org.apache.cxf.simple |
---|
Classes in org.apache.cxf.simple that implement InterceptorProvider | |
---|---|
class |
SimpleServiceBuilder
|
Uses of InterceptorProvider in org.apache.cxf.transport.common.gzip |
---|
Methods in org.apache.cxf.transport.common.gzip with parameters of type InterceptorProvider | |
---|---|
protected void |
GZIPFeature.initializeProvider(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 | |
---|---|
class |
NoOpPolicyInterceptorProvider
This 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 | |
---|---|
protected void |
CertConstraintsFeature.initializeProvider(InterceptorProvider provider,
Bus bus)
|
Uses of InterceptorProvider in org.apache.cxf.ws.addressing |
---|
Methods in org.apache.cxf.ws.addressing with parameters of type InterceptorProvider | |
---|---|
protected void |
WSAddressingFeature.initializeProvider(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 | |
---|---|
class |
AddressingPolicyInterceptorProvider
Instead 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 | |
---|---|
interface |
PolicyInterceptorProvider
|
Classes in org.apache.cxf.ws.policy that implement InterceptorProvider | |
---|---|
class |
AbstractPolicyInterceptorProvider
|
Uses of InterceptorProvider in org.apache.cxf.ws.policy.mtom |
---|
Classes in org.apache.cxf.ws.policy.mtom that implement InterceptorProvider | |
---|---|
class |
MTOMPolicyInterceptorProvider
|
Uses of InterceptorProvider in org.apache.cxf.ws.rm |
---|
Classes in org.apache.cxf.ws.rm that implement InterceptorProvider | |
---|---|
class |
WrappedEndpoint
|
class |
WrappedService
|
Uses of InterceptorProvider in org.apache.cxf.ws.rm.feature |
---|
Methods in org.apache.cxf.ws.rm.feature with parameters of type InterceptorProvider | |
---|---|
protected void |
RMFeature.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 | |
---|---|
class |
RMPolicyInterceptorProvider
|
Uses of InterceptorProvider in org.apache.cxf.ws.security.policy.interceptors |
---|
Classes in org.apache.cxf.ws.security.policy.interceptors that implement InterceptorProvider | |
---|---|
class |
HttpsTokenInterceptorProvider
|
class |
IssuedTokenInterceptorProvider
|
class |
KerberosTokenInterceptorProvider
|
class |
SecureConversationTokenInterceptorProvider
|
class |
UsernameTokenInterceptorProvider
|
class |
WSSecurityInterceptorProvider
|
class |
WSSecurityPolicyInterceptorProvider
|
Uses of InterceptorProvider in org.apache.cxf.ws.security.trust |
---|
Classes in org.apache.cxf.ws.security.trust that implement InterceptorProvider | |
---|---|
class |
STSClient
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |