Package | Description |
---|---|
org.apache.camel.component.cxf.jaxrs |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCxfRsBinding
Default strategy to bind between Camel and CXF exchange for RESTful resources.
|
class |
SimpleCxfRsBinding
A CXF RS Binding which maps method parameters as Camel IN headers and the payload as the IN message body.
|
Modifier and Type | Method and Description |
---|---|
CxfRsBinding |
CxfRsEndpoint.getBinding() |
Modifier and Type | Method and Description |
---|---|
void |
CxfRsEndpoint.setBinding(CxfRsBinding binding)
To use a custom CxfBinding to control the binding between Camel Message and CXF Message.
|
Apache Camel