Name | Kind | Type | Required | Deprecated | Default Value | Enum Values | Description |
---|---|---|---|---|---|---|---|
beanId | path | java.lang.String | false | To lookup an existing configured CxfRsEndpoint. Must used bean: as prefix. | |||
address | path | java.lang.String | false | ||||
httpClientAPI | parameter | boolean | false | true | |||
ignoreDeleteMethodMessageBody | parameter | boolean | false | ||||
throwExceptionOnFailure | parameter | boolean | false | true | |||
maxClientCacheSize | parameter | int | false | 10 | @param maxClientCacheSize the maxClientCacheSize to set | ||
loggingFeatureEnabled | parameter | boolean | false | ||||
loggingSizeLimit | parameter | int | false | ||||
skipFaultLogging | parameter | boolean | false | ||||
bindingStyle | parameter | org.apache.camel.component.cxf.jaxrs.CxfRsEndpoint.BindingStyle | false | Default | See documentation of {@link BindingStyle}. | ||
continuationTimeout | parameter | long | false | 30000 | |||
isSetDefaultBus | parameter | boolean | false | ||||
performInvocation | parameter | boolean | false | ||||
propagateContexts | parameter | boolean | false | ||||
modelRef | parameter | java.lang.String | false | ||||
exchangePattern | parameter | org.apache.camel.ExchangePattern | false | InOnly | InOnly RobustInOnly InOut InOptionalOut OutOnly RobustOutOnly OutIn OutOptionalIn |
Sets the default exchange pattern when creating an exchange | |
synchronous | parameter | boolean | false | false | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). |
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.