Name | Type | Description |
---|---|---|
address | java.lang.String | |
bindingStyle | org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint.BindingStyle | See documentation of {@link BindingStyle}. |
continuationTimeout | long | |
httpClientAPI | boolean | |
ignoreDeleteMethodMessageBody | boolean | |
isSetDefaultBus | boolean | |
loggingFeatureEnabled | boolean | |
loggingSizeLimit | int | |
maxClientCacheSize | int | @param maxClientCacheSize the maxClientCacheSize to set |
skipFaultLogging | boolean | |
throwExceptionOnFailure | boolean |
A Consumer of exchanges for a JAXRS service in CXF. CxfRsConsumer acts a CXF service to receive REST requests, convert them to a normal java object invocation, and forward them to Camel route for processing. It is also responsible for converting and sending back responses to CXF client.