| Interface | Description |
|---|---|
| BeanIdAware |
We can get and set the BeanId through this interface
|
| CxfRsBinding |
Interface to bind between Camel and CXF exchange for RESTful resources.
|
| CxfRsConfigurer |
A pluggable strategy for configuring the Camel CXF RS by using java code
|
| CxfRsEndpointFactoryBean |
SPI factory bean for creating
CxfRsEndpoint. |
| DefaultModelResource |
Default JAX-RS resource that may be used to support document-only CXFRS consumers
|
| Class | Description |
|---|---|
| CamelResourceProvider | |
| ChainedCxfRsConfigurer | |
| ChainedCxfRsConfigurer.NullCxfRsConfigurer | |
| CxfRsComponent |
Defines the CXF RS Component
|
| CxfRsComponentConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| CxfRsConsumer |
A Consumer of exchanges for a JAXRS service in CXF.
|
| CxfRsEndpoint |
Expose JAX-RS REST services using Apache CXF or connect to external REST services using CXF REST client.
|
| CxfRsEndpointConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| CxfRsEndpointUriFactory |
Generated by camel build tools - do NOT edit this file!
|
| CxfRsHeaderFilterStrategy | |
| CxfRsInvoker | |
| CxfRsProducer |
CxfRsProducer binds a Camel exchange to a CXF exchange, acts as a CXF JAXRS client, it will turn the normal Object
invocation to a RESTful request according to resource annotation.
|
| CxfRsSpringEndpoint | |
| DataFormatProvider<T> | |
| DefaultCxfRsBinding |
Default strategy to bind between Camel and CXF exchange for RESTful resources.
|
| DefaultCxfRsEndpointFactoryBean | |
| HostnameVerifierCxfRsConfigurer | |
| SimpleCxfRsBinding |
A CXF RS Binding which maps method parameters as Camel IN headers and the payload as the IN message body.
|
| SimpleCxfRsBinding.MethodSpec | |
| SslCxfRsConfigurer | |
| SubResourceClassInvocationHandler |
| Enum | Description |
|---|---|
| BindingStyle |
Apache Camel