| Interface | Description |
|---|---|
| CxfBinding |
An strategy interface for implementing binding between CXF
Exchange and Camel
Exchange. |
| CxfConfigurer |
A pluggable strategy for configuring the CXF by using java code
|
| DefaultPayloadProviderSEI | |
| DefaultSEI |
A Default Service Endpoint Interface (aka serviceClass) to be used if neither explicit serviceClass and WSDL is
specified in a CXF endpoint
|
| Class | Description |
|---|---|
| ChainedCxfConfigurer | |
| ChainedCxfConfigurer.NullCxfConfigurer | |
| CxfClientCallback | |
| CxfComponent |
Defines the CXF Component
|
| CxfComponentConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| CxfConsumer |
A Consumer of exchanges for a service in CXF.
|
| CxfEndpoint |
Expose SOAP WebServices using Apache CXF or connect to external WebServices using CXF WS client.
|
| CxfEndpointConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| CxfEndpointUriFactory |
Generated by camel build tools - do NOT edit this file!
|
| CxfEndpointUtils | |
| CxfPayload<T> |
CxfMessage body type when
DataFormat.PAYLOAD is used. |
| CxfProducer |
CxfProducer binds a Camel exchange to a CXF exchange, acts as a CXF client, and sends the request to a CXF to a
server.
|
| CxfSpringEndpoint |
Defines the CXF Endpoint
|
| DefaultCxfBinding |
The Default CXF binding implementation.
|
| HostnameVerifierCxfConfigurer | |
| HybridSourceDataBinding |
This is a hybrid DataBinding of
JAXBDataBinding and
SourceDataBinding. |
| NullFaultListener | |
| SslCxfConfigurer | |
| WSDLServiceFactoryBean |
A service factory bean class that create a service factory without requiring a service class (SEI).
|
| Enum | Description |
|---|---|
| DataFormat |
The data format the user expects to see at the Camel CXF components.
|
| Exception | Description |
|---|---|
| CxfOperationException |
Apache Camel