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 |
---|---|
ChainedCxfEndpointConfigurer | |
ChainedCxfEndpointConfigurer.NullCxfEndpointConfigurer | |
CxfBlueprintEndpoint | |
CxfClientCallback | |
CxfComponent |
Defines the CXF Component
|
CxfConsumer |
A Consumer of exchanges for a service in CXF.
|
CxfEndpoint |
The cxf component is used for SOAP WebServices using Apache CXF.
|
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.
|
HostnameVerifierCxfEndpointConfigurer | |
HybridSourceDataBinding |
This is a hybrid DataBinding of
JAXBDataBinding and SourceDataBinding . |
NullFaultListener | |
SslCxfEndpointConfigurer | |
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