This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 4b49871  Regen docs
4b49871 is described below

commit 4b49871b9af74260e17c178485e63a5547dbddef
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Dec 5 14:01:09 2018 +0100

    Regen docs
---
 components/camel-cxf/src/main/docs/cxfrs-component.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/components/camel-cxf/src/main/docs/cxfrs-component.adoc 
b/components/camel-cxf/src/main/docs/cxfrs-component.adoc
index 0bfdfa9..34a4e4e 100644
--- a/components/camel-cxf/src/main/docs/cxfrs-component.adoc
+++ b/components/camel-cxf/src/main/docs/cxfrs-component.adoc
@@ -91,7 +91,7 @@ with the following path and query parameters:
 |===
 
 
-==== Query Parameters (29 parameters):
+==== Query Parameters (30 parameters):
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
@@ -110,6 +110,7 @@ with the following path and query parameters:
 | *publishedEndpointUrl* (consumer) | This option can override the endpointUrl 
that published from the WADL which can be accessed with resource address url 
plus _wadl |  | String
 | *exceptionHandler* (consumer) | To let the consumer use a custom 
ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this 
option is not in use. By default the consumer will deal with exceptions, that 
will be logged at WARN or ERROR level and ignored. |  | ExceptionHandler
 | *exchangePattern* (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. |  | ExchangePattern
+| *serviceBeans* (consumer) | The service beans which you want to export as 
REST service. Multiple beans can be separated by comma. |  | List
 | *cookieHandler* (producer) | Configure a cookie handler to maintain a HTTP 
session |  | CookieHandler
 | *hostnameVerifier* (producer) | The hostname verifier to be used. Use the # 
notation to reference a HostnameVerifier from the registry. |  | 
HostnameVerifier
 | *sslContextParameters* (producer) | The Camel SSL setting reference. Use the 
# notation to reference the SSL Context. |  | SSLContextParameters

Reply via email to