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 |
ObjectBinding |
Modifier and Type | Class and Description |
---|---|
class |
SoapBinding |
Modifier and Type | Class and Description |
---|---|
class |
XMLBinding |
Modifier and Type | Class and Description |
---|---|
class |
CXFBusImpl |
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 | 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 |
---|---|
void |
AbstractFeature.initialize(InterceptorProvider interceptorProvider,
Bus bus) |
protected void |
StaxTransformFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
protected void |
LoggingFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
protected void |
FastInfosetFeature.initializeProvider(InterceptorProvider provider,
Bus bus) |
protected void |
AbstractFeature.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 |
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 | Class and Description |
---|---|
class |
JAXBDataBinding |
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 |
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 | Class and Description |
---|---|
class |
JAXWS22SpringEndpointImpl |
Modifier and Type | Method and Description |
---|---|
protected void |
ResponseTimeFeature.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 |
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 |
WSAddressingFeature.initializeProvider(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 |
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 |
Apache CXF