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.
|
DefaultModelResource |
Default JAX-RS resource that may be used
to support document-only CXFRS consumers
|
Class | Description |
---|---|
CamelResourceProvider | |
CxfRsBlueprintEndpoint | |
CxfRsComponent |
Defines the CXF RS Component
|
CxfRsConsumer |
A Consumer of exchanges for a JAXRS service in CXF.
|
CxfRsEndpoint | |
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.
|
SimpleCxfRsBinding |
A CXF RS Binding which maps method parameters as Camel IN headers and the payload as the IN message body.
|
SimpleCxfRsBinding.MethodSpec | |
SubResourceClassInvocationHandler |
Enum | Description |
---|---|
CxfRsEndpoint.BindingStyle |
Apache Camel