Modifier and Type | Interface and Description |
---|---|
interface |
Bus
The Bus is the central place in CXF.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Binding
A Binding provides interceptors and message creation logic for a
specific protocol binding.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ColocFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Class and Description |
---|---|
class |
CorbaBinding |
Modifier and Type | Class and Description |
---|---|
class |
ObjectBinding |
Modifier and Type | Class and Description |
---|---|
class |
SoapBinding |
Modifier and Type | Method and Description |
---|---|
protected void |
SoapBindingFactory.setupUDP(InterceptorProvider p,
EndpointInfo ei) |
Modifier and Type | Class and Description |
---|---|
class |
XMLBinding |
Modifier and Type | Class and Description |
---|---|
class |
BlueprintBus |
Modifier and Type | Class and Description |
---|---|
class |
ExtensionManagerBus
This bus uses CXF's built in extension manager to load components
(as opposed to using the Spring bus implementation).
|
Modifier and Type | Class and Description |
---|---|
static class |
BusDefinitionParser.BusConfig |
class |
SpringBus |
Modifier and Type | Method and Description |
---|---|
protected void |
FailoverFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInterceptorProvidingDataBinding |
Modifier and Type | Class and Description |
---|---|
class |
StaxDataBinding
A simple databinding implementation which reads and writes Source objects.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Client |
interface |
Endpoint
Represents an endpoint that receives messages.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEndpointFactory |
class |
ClientImpl |
class |
EndpointImpl |
Modifier and Type | Method and Description |
---|---|
protected void |
LoggingFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFeature.initialize(InterceptorProvider interceptorProvider,
Bus bus) |
void |
Feature.initialize(InterceptorProvider interceptorProvider,
Bus bus) |
void |
WrappedFeature.initialize(InterceptorProvider interceptorProvider,
Bus bus) |
protected void |
AbstractFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
protected void |
FastInfosetFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
protected void |
LoggingFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
protected void |
StaxTransformFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
protected void |
XSLTFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
static class |
ServerFactoryBeanDefinitionParser.BPServerFactoryBean |
Modifier and Type | Class and Description |
---|---|
static class |
ClientProxyFactoryBeanDefinitionParser.SpringClientProxyFactoryBean |
static class |
ServerFactoryBeanDefinitionParser.SpringServerFactoryBean |
Modifier and Type | Method and Description |
---|---|
InterceptorProvider |
HeaderProcessor.getInterceptorProvider() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAttributedInterceptorProvider |
class |
AbstractBasicInterceptorProvider |
Modifier and Type | Method and Description |
---|---|
protected void |
JAASAuthenticationFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Class and Description |
---|---|
class |
JAXBDataBinding |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJAXRSFactoryBean
Abstract bean holding functionality common for creating
JAX-RS Server and Client objects.
|
class |
JAXRSBinding |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientConfiguration
Represents the configuration of the current proxy or WebClient.
|
class |
JAXRSClientFactoryBean |
Modifier and Type | Class and Description |
---|---|
static class |
JAXRSClientFactoryBeanDefinitionParser.JAXRSSpringClientFactoryBean |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSpringComponentScanServer |
class |
AbstractSpringConfigurationFactory |
static class |
JAXRSServerFactoryBeanDefinitionParser.SpringJAXRSServerFactoryBean |
class |
SpringComponentScanServer |
Modifier and Type | Method and Description |
---|---|
protected void |
JAXRSBeanValidationFeature.initializeProvider(InterceptorProvider interceptorProvider,
Bus bus) |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
static class |
JAXWSBPNamespaceHandler.BPJaxWsServerFactoryBean |
Modifier and Type | Class and Description |
---|---|
static class |
EndpointDefinitionParser.SpringEndpointImpl |
static class |
JaxWsProxyFactoryBeanDefinitionParser.JAXWSSpringClientProxyFactoryBean |
static class |
NamespaceHandler.SpringServerFactoryBean |
Modifier and Type | Class and Description |
---|---|
class |
JaxWsClientEndpointImpl |
class |
JaxWsEndpointImpl
A JAX-WS specific implementation of the CXF
Endpoint interface. |
Modifier and Type | Method and Description |
---|---|
protected void |
ResponseTimeFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
protected void |
MetricsFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Interface and Description |
---|---|
interface |
Service |
Modifier and Type | Class and Description |
---|---|
class |
ServiceImpl |
Modifier and Type | Class and Description |
---|---|
class |
SimpleServiceBuilder |
Modifier and Type | Method and Description |
---|---|
protected void |
ThrottlingFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
protected void |
GZIPFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
CertConstraintsFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
protected void |
BeanValidationFeature.initializeProvider(InterceptorProvider interceptorProvider,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
protected void |
WSAddressingFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
void |
WSAddressingFeature.WSAddressingFeatureApplier.initializeProvider(WSAddressingFeature feature,
InterceptorProvider provider,
Bus bus) |
Modifier and Type | Method and Description |
---|---|
void |
AddressingFeatureApplier.initializeProvider(WSAddressingFeature feature,
InterceptorProvider provider,
Bus bus) |
Modifier and Type | Class and Description |
---|---|
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).
|
Modifier and Type | Interface and Description |
---|---|
interface |
PolicyInterceptorProvider |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPolicyInterceptorProvider |
class |
IgnorablePolicyInterceptorProvider
This policy interceptor provider can be used to implicitly handle unknown policy assertions.
|
Modifier and Type | Class and Description |
---|---|
class |
MTOMPolicyInterceptorProvider |
Modifier and Type | Class and Description |
---|---|
class |
WrappedEndpoint |
class |
WrappedService |
Modifier and Type | Method and Description |
---|---|
protected void |
RMFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
Modifier and Type | Class and Description |
---|---|
class |
RMPolicyInterceptorProvider |
Modifier and Type | Class and Description |
---|---|
class |
HttpsTokenInterceptorProvider |
class |
IssuedTokenInterceptorProvider |
class |
KerberosTokenInterceptorProvider |
class |
SamlTokenInterceptorProvider |
class |
SecureConversationTokenInterceptorProvider |
class |
SpnegoTokenInterceptorProvider |
class |
UsernameTokenInterceptorProvider |
class |
WSSecurityInterceptorProvider |
class |
WSSecurityPolicyInterceptorProvider |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSTSClient
An abstract class with some functionality to invoke on a SecurityTokenService (STS) via the
WS-Trust protocol.
|
class |
STSClient
A extension of AbstractSTSClient to communicate with an STS and return a SecurityToken
to the client.
|
Apache CXF