| Interface | Description |
|---|---|
| CxfBinding |
An strategy interface for implementing binding between CXF
Exchange
and Camel Exchange. |
| CxfConstants | Deprecated |
| CxfEndpointConfigurer |
A pluggable strategy for configuring the cxfEndpoint 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 |
|---|---|
| CxfBlueprintEndpoint | |
| CxfClientCallback | |
| CxfComponent |
Defines the CXF Component
|
| CxfConsumer |
A Consumer of exchanges for a service in CXF.
|
| CxfEndpoint |
Defines the CXF Endpoint.
|
| 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.
|
| HybridSourceDataBinding |
This is a hybrid DataBinding of
JAXBDataBinding and SourceDataBinding. |
| NullFaultListener | |
| WSDLServiceConfiguration |
This class will help the WSDLServiceFactoryBean to look up the ServiceName and PortName from WSDL
|
| 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