http://git-wip-us.apache.org/repos/asf/camel/blob/24d2f4ae/components/camel-cxf/src/main/docs/cxf-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-cxf/src/main/docs/cxf-component.adoc 
b/components/camel-cxf/src/main/docs/cxf-component.adoc
index c3b8f69..95fbc89 100644
--- a/components/camel-cxf/src/main/docs/cxf-component.adoc
+++ b/components/camel-cxf/src/main/docs/cxf-component.adoc
@@ -116,12 +116,15 @@ The CXF component supports 3 options which are listed 
below.
 
 
 
-[width="100%",cols="2,1,1m,1m,5",options="header"]
+[width="100%",cols="2,1m,1m,6",options="header"]
 |=======================================================================
-| Name | Group | Default | Java Type | Description
-| allowStreaming | advanced |  | Boolean | This option controls whether the 
CXF component when running in PAYLOAD mode will DOM parse the incoming messages 
into DOM Elements or keep the payload as a javax.xml.transform.Source object 
that would allow streaming in some cases.
-| headerFilterStrategy | filter |  | HeaderFilterStrategy | To use a custom 
org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel 
message.
-| resolvePropertyPlaceholders | advanced | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+| Name | Default | Java Type | Description
+ 4+^s| advanced
+| allowStreaming |  | Boolean | This option controls whether the CXF component 
when running in PAYLOAD mode will DOM parse the incoming messages into DOM 
Elements or keep the payload as a javax.xml.transform.Source object that would 
allow streaming in some cases.
+ 4+^s| filter
+| headerFilterStrategy |  | HeaderFilterStrategy | To use a custom 
org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel 
message.
+ 4+^s| advanced
+| resolvePropertyPlaceholders | true | boolean | Whether the component should 
resolve property placeholders on itself when starting. Only properties which 
are of String type can use property placeholders.
 |=======================================================================
 // component options: END
 
@@ -147,43 +150,77 @@ with the following path and query parameters:
 
 #### Query Parameters (34 parameters):
 
-[width="100%",cols="2,1,1m,1m,5",options="header"]
+[width="100%",cols="2,1m,1m,6",options="header"]
 |=======================================================================
-| Name | Group | Default | Java Type | Description
-| dataFormat | common | POJO | DataFormat | The data type messages supported 
by the CXF endpoint.
-| wrappedStyle | common |  | Boolean | The WSDL style that describes how 
parameters are represented in the SOAP body. If the value is false CXF will 
chose the document-literal unwrapped style If the value is true CXF will chose 
the document-literal wrapped style
-| bridgeErrorHandler | consumer | false | boolean | Allows for bridging the 
consumer to the Camel routing Error Handler which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages or the likes will now 
be processed as a message and handled by the routing Error Handler. By default 
the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions that will be logged at WARN or ERROR level and ignored.
-| exceptionHandler | consumer (advanced) |  | ExceptionHandler | To let the 
consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler 
is enabled then this options is not in use. By default the consumer will deal 
with exceptions that will be logged at WARN or ERROR level and ignored.
-| exchangePattern | consumer (advanced) |  | ExchangePattern | Sets the 
exchange pattern when the consumer creates an exchange.
-| cookieHandler | producer |  | CookieHandler | Configure a cookie handler to 
maintain a HTTP session
-| defaultOperationName | producer |  | String | This option will set the 
default operationName that will be used by the CxfProducer which invokes the 
remote service.
-| defaultOperationNamespace | producer |  | String | This option will set the 
default operationNamespace that will be used by the CxfProducer which invokes 
the remote service.
-| hostnameVerifier | producer |  | HostnameVerifier | The hostname verifier to 
be used. Use the notation to reference a HostnameVerifier from the registry.
-| sslContextParameters | producer |  | SSLContextParameters | The Camel SSL 
setting reference. Use the notation to reference the SSL Context.
-| wrapped | producer | false | boolean | Which kind of operation that CXF 
endpoint producer will invoke
-| allowStreaming | advanced |  | Boolean | This option controls whether the 
CXF component when running in PAYLOAD mode will DOM parse the incoming messages 
into DOM Elements or keep the payload as a javax.xml.transform.Source object 
that would allow streaming in some cases.
-| bus | advanced |  | Bus | To use a custom configured CXF Bus.
-| continuationTimeout | advanced | 30000 | long | This option is used to set 
the CXF continuation timeout which could be used in CxfConsumer by default when 
the CXF server is using Jetty or Servlet transport.
-| cxfBinding | advanced |  | CxfBinding | To use a custom CxfBinding to 
control the binding between Camel Message and CXF Message.
-| cxfEndpointConfigurer | advanced |  | CxfEndpointConfigurer | This option 
could apply the implementation of 
org.apache.camel.component.cxf.CxfEndpointConfigurer which supports to 
configure the CXF endpoint in programmatic way. User can configure the CXF 
server and client by implementing configureServerClient method of 
CxfEndpointConfigurer.
-| defaultBus | advanced | false | boolean | Will set the default bus when CXF 
endpoint create a bus by itself
-| headerFilterStrategy | advanced |  | HeaderFilterStrategy | To use a custom 
HeaderFilterStrategy to filter header to and from Camel message.
-| mergeProtocolHeaders | advanced | false | boolean | Whether to merge 
protocol headers. If enabled then propagating headers between Camel and CXF 
becomes more consistent and similar. For more details see CAMEL-6393.
-| mtomEnabled | advanced | false | boolean | To enable MTOM (attachments). 
This requires to use POJO or PAYLOAD data format mode.
-| properties | advanced |  | Map | To set additional CXF options using the 
key/value pairs from the Map. For example to turn on stacktraces in SOAP faults 
properties.faultStackTraceEnabled=true
-| skipPayloadMessagePartCheck | advanced | false | boolean | Sets whether SOAP 
message validation should be disabled.
-| synchronous | advanced | false | boolean | Sets whether synchronous 
processing should be strictly used or Camel is allowed to use asynchronous 
processing (if supported).
-| loggingFeatureEnabled | logging | false | boolean | This option enables CXF 
Logging Feature which writes inbound and outbound SOAP messages to log.
-| loggingSizeLimit | logging | 49152 | int | To limit the total size of number 
of bytes the logger will output when logging feature has been enabled and -1 
for no limit.
-| skipFaultLogging | logging | false | boolean | This option controls whether 
the PhaseInterceptorChain skips logging the Fault that it catches.
-| password | security |  | String | This option is used to set the basic 
authentication information of password for the CXF client.
-| username | security |  | String | This option is used to set the basic 
authentication information of username for the CXF client.
-| bindingId | service |  | String | The bindingId for the service model to use.
-| portName | service |  | String | The endpoint name this service is 
implementing it maps to the wsdl:portname. In the format of ns:PORT_NAME where 
ns is a namespace prefix valid at this scope.
-| publishedEndpointUrl | service |  | String | This option can override the 
endpointUrl that published from the WSDL which can be accessed with service 
address url plus wsd
-| serviceClass | service |  | Class<?> | The class name of the SEI (Service 
Endpoint Interface) class which could have JSR181 annotation or not.
-| serviceName | service |  | String | The service name this service is 
implementing it maps to the wsdl:servicename.
-| wsdlURL | service |  | String | The location of the WSDL. Can be on the 
classpath file system or be hosted remotely.
+| Name | Default | Java Type | Description
+ 4+^s| common
+| dataFormat | POJO | DataFormat | The data type messages supported by the CXF 
endpoint.
+
+| wrappedStyle |  | Boolean | The WSDL style that describes how parameters are 
represented in the SOAP body. If the value is false CXF will chose the 
document-literal unwrapped style If the value is true CXF will chose the 
document-literal wrapped style
+ 4+^s| consumer
+| bridgeErrorHandler | false | boolean | Allows for bridging the consumer to 
the Camel routing Error Handler which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages or the likes will now be 
processed as a message and handled by the routing Error Handler. By default the 
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions that will be logged at WARN or ERROR level and ignored.
+ 4+^s| consumer (advanced)
+| exceptionHandler |  | ExceptionHandler | To let the consumer use a custom 
ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this 
options is not in use. By default the consumer will deal with exceptions that 
will be logged at WARN or ERROR level and ignored.
+
+| exchangePattern |  | ExchangePattern | Sets the exchange pattern when the 
consumer creates an exchange.
+ 4+^s| producer
+| cookieHandler |  | CookieHandler | Configure a cookie handler to maintain a 
HTTP session
+
+| defaultOperationName |  | String | This option will set the default 
operationName that will be used by the CxfProducer which invokes the remote 
service.
+
+| defaultOperationNamespace |  | String | This option will set the default 
operationNamespace that will be used by the CxfProducer which invokes the 
remote service.
+
+| hostnameVerifier |  | HostnameVerifier | The hostname verifier to be used. 
Use the notation to reference a HostnameVerifier from the registry.
+
+| sslContextParameters |  | SSLContextParameters | The Camel SSL setting 
reference. Use the notation to reference the SSL Context.
+
+| wrapped | false | boolean | Which kind of operation that CXF endpoint 
producer will invoke
+ 4+^s| advanced
+| allowStreaming |  | Boolean | This option controls whether the CXF component 
when running in PAYLOAD mode will DOM parse the incoming messages into DOM 
Elements or keep the payload as a javax.xml.transform.Source object that would 
allow streaming in some cases.
+
+| bus |  | Bus | To use a custom configured CXF Bus.
+
+| continuationTimeout | 30000 | long | This option is used to set the CXF 
continuation timeout which could be used in CxfConsumer by default when the CXF 
server is using Jetty or Servlet transport.
+
+| cxfBinding |  | CxfBinding | To use a custom CxfBinding to control the 
binding between Camel Message and CXF Message.
+
+| cxfEndpointConfigurer |  | CxfEndpointConfigurer | This option could apply 
the implementation of org.apache.camel.component.cxf.CxfEndpointConfigurer 
which supports to configure the CXF endpoint in programmatic way. User can 
configure the CXF server and client by implementing configureServerClient 
method of CxfEndpointConfigurer.
+
+| defaultBus | false | boolean | Will set the default bus when CXF endpoint 
create a bus by itself
+
+| headerFilterStrategy |  | HeaderFilterStrategy | To use a custom 
HeaderFilterStrategy to filter header to and from Camel message.
+
+| mergeProtocolHeaders | false | boolean | Whether to merge protocol headers. 
If enabled then propagating headers between Camel and CXF becomes more 
consistent and similar. For more details see CAMEL-6393.
+
+| mtomEnabled | false | boolean | To enable MTOM (attachments). This requires 
to use POJO or PAYLOAD data format mode.
+
+| properties |  | Map | To set additional CXF options using the key/value 
pairs from the Map. For example to turn on stacktraces in SOAP faults 
properties.faultStackTraceEnabled=true
+
+| skipPayloadMessagePartCheck | false | boolean | Sets whether SOAP message 
validation should be disabled.
+
+| synchronous | false | boolean | Sets whether synchronous processing should 
be strictly used or Camel is allowed to use asynchronous processing (if 
supported).
+ 4+^s| logging
+| loggingFeatureEnabled | false | boolean | This option enables CXF Logging 
Feature which writes inbound and outbound SOAP messages to log.
+
+| loggingSizeLimit | 49152 | int | To limit the total size of number of bytes 
the logger will output when logging feature has been enabled and -1 for no 
limit.
+
+| skipFaultLogging | false | boolean | This option controls whether the 
PhaseInterceptorChain skips logging the Fault that it catches.
+ 4+^s| security
+| password |  | String | This option is used to set the basic authentication 
information of password for the CXF client.
+
+| username |  | String | This option is used to set the basic authentication 
information of username for the CXF client.
+ 4+^s| service
+| bindingId |  | String | The bindingId for the service model to use.
+
+| portName |  | String | The endpoint name this service is implementing it 
maps to the wsdl:portname. In the format of ns:PORT_NAME where ns is a 
namespace prefix valid at this scope.
+
+| publishedEndpointUrl |  | String | This option can override the endpointUrl 
that published from the WSDL which can be accessed with service address url 
plus wsd
+
+| serviceClass |  | Class<?> | The class name of the SEI (Service Endpoint 
Interface) class which could have JSR181 annotation or not.
+
+| serviceName |  | String | The service name this service is implementing it 
maps to the wsdl:servicename.
+
+| wsdlURL |  | String | The location of the WSDL. Can be on the classpath file 
system or be hosted remotely.
 |=======================================================================
 // endpoint options: END
 

http://git-wip-us.apache.org/repos/asf/camel/blob/24d2f4ae/components/camel-cxf/src/main/docs/cxfrs-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-cxf/src/main/docs/cxfrs-component.adoc 
b/components/camel-cxf/src/main/docs/cxfrs-component.adoc
index 8ef3838..f69f77d 100644
--- a/components/camel-cxf/src/main/docs/cxfrs-component.adoc
+++ b/components/camel-cxf/src/main/docs/cxfrs-component.adoc
@@ -58,11 +58,13 @@ The CXF-RS component supports 2 options which are listed 
below.
 
 
 
-[width="100%",cols="2,1,1m,1m,5",options="header"]
+[width="100%",cols="2,1m,1m,6",options="header"]
 |=======================================================================
-| Name | Group | Default | Java Type | Description
-| headerFilterStrategy | filter |  | HeaderFilterStrategy | To use a custom 
org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel 
message.
-| resolvePropertyPlaceholders | advanced | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+| Name | Default | Java Type | Description
+ 4+^s| filter
+| headerFilterStrategy |  | HeaderFilterStrategy | To use a custom 
org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel 
message.
+ 4+^s| advanced
+| resolvePropertyPlaceholders | true | boolean | Whether the component should 
resolve property placeholders on itself when starting. Only properties which 
are of String type can use property placeholders.
 |=======================================================================
 // component options: END
 
@@ -87,38 +89,67 @@ with the following path and query parameters:
 
 #### Query Parameters (29 parameters):
 
-[width="100%",cols="2,1,1m,1m,5",options="header"]
+[width="100%",cols="2,1m,1m,6",options="header"]
 |=======================================================================
-| Name | Group | Default | Java Type | Description
-| features | common |  | List | Set the feature list to the CxfRs endpoint.
-| loggingFeatureEnabled | common | false | boolean | This option enables CXF 
Logging Feature which writes inbound and outbound REST messages to log.
-| loggingSizeLimit | common |  | int | To limit the total size of number of 
bytes the logger will output when logging feature has been enabled.
-| modelRef | common |  | String | This option is used to specify the model 
file which is useful for the resource class without annotation. When using this 
option then the service class can be omitted to emulate document-only endpoints
-| providers | common |  | String | Set custom JAX-RS provider(s) list to the 
CxfRs endpoint. You can specify a string with a list of providers to lookup in 
the registy separated by comma.
-| resourceClasses | common |  | List | The resource classes which you want to 
export as REST service. Multiple classes can be separated by comma.
-| schemaLocations | common |  | List | Sets the locations of the schema(s) 
which can be used to validate the incoming XML or JAXB-driven JSON.
-| skipFaultLogging | common | false | boolean | This option controls whether 
the PhaseInterceptorChain skips logging the Fault that it catches.
-| bindingStyle | consumer | Default | BindingStyle | Sets how requests and 
responses will be mapped to/from Camel. Two values are possible: 
SimpleConsumer: This binding style processes request parameters multiparts etc. 
and maps them to IN headers IN attachments and to the message body. It aims to 
eliminate low-level processing of org.apache.cxf.message.MessageContentsList. 
It also also adds more flexibility and simplicity to the response mapping. Only 
available for consumers. Default: The default style. For consumers this passes 
on a MessageContentsList to the route requiring low-level processing in the 
route. This is the traditional binding style which simply dumps the 
org.apache.cxf.message.MessageContentsList coming in from the CXF stack onto 
the IN message body. The user is then responsible for processing it according 
to the contract defined by the JAX-RS method signature. Custom: allows you to 
specify a custom binding through the binding option.
-| bridgeErrorHandler | consumer | false | boolean | Allows for bridging the 
consumer to the Camel routing Error Handler which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages or the likes will now 
be processed as a message and handled by the routing Error Handler. By default 
the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions that will be logged at WARN or ERROR level and ignored.
-| publishedEndpointUrl | consumer |  | String | This option can override the 
endpointUrl that published from the WADL which can be accessed with resource 
address url plus _wadl
-| exceptionHandler | consumer (advanced) |  | ExceptionHandler | To let the 
consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler 
is enabled then this options is not in use. By default the consumer will deal 
with exceptions that will be logged at WARN or ERROR level and ignored.
-| exchangePattern | consumer (advanced) |  | ExchangePattern | Sets the 
exchange pattern when the consumer creates an exchange.
-| cookieHandler | producer |  | CookieHandler | Configure a cookie handler to 
maintain a HTTP session
-| hostnameVerifier | producer |  | HostnameVerifier | The hostname verifier to 
be used. Use the notation to reference a HostnameVerifier from the registry.
-| sslContextParameters | producer |  | SSLContextParameters | The Camel SSL 
setting reference. Use the notation to reference the SSL Context.
-| throwExceptionOnFailure | producer | true | boolean | This option tells the 
CxfRsProducer to inspect return codes and will generate an Exception if the 
return code is larger than 207.
-| httpClientAPI | producer (advanced) | true | boolean | If it is true the 
CxfRsProducer will use the HttpClientAPI to invoke the service. If it is false 
the CxfRsProducer will use the ProxyClientAPI to invoke the service
-| ignoreDeleteMethodMessageBody | producer (advanced) | false | boolean | This 
option is used to tell CxfRsProducer to ignore the message body of the DELETE 
method when using HTTP API.
-| maxClientCacheSize | producer (advanced) | 10 | int | This option allows you 
to configure the maximum size of the cache. The implementation caches CXF 
clients or ClientFactoryBean in CxfProvider and CxfRsProvider.
-| binding | advanced |  | CxfRsBinding | To use a custom CxfBinding to control 
the binding between Camel Message and CXF Message.
-| bus | advanced |  | Bus | To use a custom configured CXF Bus.
-| continuationTimeout | advanced | 30000 | long | This option is used to set 
the CXF continuation timeout which could be used in CxfConsumer by default when 
the CXF server is using Jetty or Servlet transport.
-| cxfRsEndpointConfigurer | advanced |  | CxfRsEndpointConfigurer | This 
option could apply the implementation of 
org.apache.camel.component.cxf.jaxrs.CxfRsEndpointConfigurer which supports to 
configure the CXF endpoint in programmatic way. User can configure the CXF 
server and client by implementing configureServer/Client method of 
CxfEndpointConfigurer.
-| defaultBus | advanced | false | boolean | Will set the default bus when CXF 
endpoint create a bus by itself
-| headerFilterStrategy | advanced |  | HeaderFilterStrategy | To use a custom 
HeaderFilterStrategy to filter header to and from Camel message.
-| performInvocation | advanced | false | boolean | When the option is true 
Camel will perform the invocation of the resource class instance and put the 
response object into the exchange for further processing.
-| propagateContexts | advanced | false | boolean | When the option is true 
JAXRS UriInfo HttpHeaders Request and SecurityContext contexts will be 
available to custom CXFRS processors as typed Camel exchange properties. These 
contexts can be used to analyze the current requests using JAX-RS API.
-| synchronous | advanced | false | boolean | Sets whether synchronous 
processing should be strictly used or Camel is allowed to use asynchronous 
processing (if supported).
+| Name | Default | Java Type | Description
+
+| features |  | List | Set the feature list to the CxfRs endpoint.
+
+| loggingFeatureEnabled | false | boolean | This option enables CXF Logging 
Feature which writes inbound and outbound REST messages to log.
+
+| loggingSizeLimit |  | int | To limit the total size of number of bytes the 
logger will output when logging feature has been enabled.
+
+| modelRef |  | String | This option is used to specify the model file which 
is useful for the resource class without annotation. When using this option 
then the service class can be omitted to emulate document-only endpoints
+
+| providers |  | String | Set custom JAX-RS provider(s) list to the CxfRs 
endpoint. You can specify a string with a list of providers to lookup in the 
registy separated by comma.
+
+| resourceClasses |  | List | The resource classes which you want to export as 
REST service. Multiple classes can be separated by comma.
+
+| schemaLocations |  | List | Sets the locations of the schema(s) which can be 
used to validate the incoming XML or JAXB-driven JSON.
+
+| skipFaultLogging | false | boolean | This option controls whether the 
PhaseInterceptorChain skips logging the Fault that it catches.
+ 4+^s| consumer
+| bindingStyle | Default | BindingStyle | Sets how requests and responses will 
be mapped to/from Camel. Two values are possible: SimpleConsumer: This binding 
style processes request parameters multiparts etc. and maps them to IN headers 
IN attachments and to the message body. It aims to eliminate low-level 
processing of org.apache.cxf.message.MessageContentsList. It also also adds 
more flexibility and simplicity to the response mapping. Only available for 
consumers. Default: The default style. For consumers this passes on a 
MessageContentsList to the route requiring low-level processing in the route. 
This is the traditional binding style which simply dumps the 
org.apache.cxf.message.MessageContentsList coming in from the CXF stack onto 
the IN message body. The user is then responsible for processing it according 
to the contract defined by the JAX-RS method signature. Custom: allows you to 
specify a custom binding through the binding option.
+
+| bridgeErrorHandler | false | boolean | Allows for bridging the consumer to 
the Camel routing Error Handler which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages or the likes will now be 
processed as a message and handled by the routing Error Handler. By default the 
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions that will be logged at WARN or ERROR level and ignored.
+
+| publishedEndpointUrl |  | String | This option can override the endpointUrl 
that published from the WADL which can be accessed with resource address url 
plus _wadl
+ 4+^s| consumer (advanced)
+| exceptionHandler |  | ExceptionHandler | To let the consumer use a custom 
ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this 
options is not in use. By default the consumer will deal with exceptions that 
will be logged at WARN or ERROR level and ignored.
+
+| exchangePattern |  | ExchangePattern | Sets the exchange pattern when the 
consumer creates an exchange.
+ 4+^s| producer
+| cookieHandler |  | CookieHandler | Configure a cookie handler to maintain a 
HTTP session
+
+| hostnameVerifier |  | HostnameVerifier | The hostname verifier to be used. 
Use the notation to reference a HostnameVerifier from the registry.
+
+| sslContextParameters |  | SSLContextParameters | The Camel SSL setting 
reference. Use the notation to reference the SSL Context.
+
+| throwExceptionOnFailure | true | boolean | This option tells the 
CxfRsProducer to inspect return codes and will generate an Exception if the 
return code is larger than 207.
+ 4+^s| producer (advanced)
+| httpClientAPI | true | boolean | If it is true the CxfRsProducer will use 
the HttpClientAPI to invoke the service. If it is false the CxfRsProducer will 
use the ProxyClientAPI to invoke the service
+
+| ignoreDeleteMethodMessageBody | false | boolean | This option is used to 
tell CxfRsProducer to ignore the message body of the DELETE method when using 
HTTP API.
+
+| maxClientCacheSize | 10 | int | This option allows you to configure the 
maximum size of the cache. The implementation caches CXF clients or 
ClientFactoryBean in CxfProvider and CxfRsProvider.
+ 4+^s| advanced
+| binding |  | CxfRsBinding | To use a custom CxfBinding to control the 
binding between Camel Message and CXF Message.
+
+| bus |  | Bus | To use a custom configured CXF Bus.
+
+| continuationTimeout | 30000 | long | This option is used to set the CXF 
continuation timeout which could be used in CxfConsumer by default when the CXF 
server is using Jetty or Servlet transport.
+
+| cxfRsEndpointConfigurer |  | CxfRsEndpointConfigurer | This option could 
apply the implementation of 
org.apache.camel.component.cxf.jaxrs.CxfRsEndpointConfigurer which supports to 
configure the CXF endpoint in programmatic way. User can configure the CXF 
server and client by implementing configureServer/Client method of 
CxfEndpointConfigurer.
+
+| defaultBus | false | boolean | Will set the default bus when CXF endpoint 
create a bus by itself
+
+| headerFilterStrategy |  | HeaderFilterStrategy | To use a custom 
HeaderFilterStrategy to filter header to and from Camel message.
+
+| performInvocation | false | boolean | When the option is true Camel will 
perform the invocation of the resource class instance and put the response 
object into the exchange for further processing.
+
+| propagateContexts | false | boolean | When the option is true JAXRS UriInfo 
HttpHeaders Request and SecurityContext contexts will be available to custom 
CXFRS processors as typed Camel exchange properties. These contexts can be used 
to analyze the current requests using JAX-RS API.
+
+| synchronous | false | boolean | Sets whether synchronous processing should 
be strictly used or Camel is allowed to use asynchronous processing (if 
supported).
 |=======================================================================
 // endpoint options: END
 

http://git-wip-us.apache.org/repos/asf/camel/blob/24d2f4ae/components/camel-disruptor/src/main/docs/disruptor-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-disruptor/src/main/docs/disruptor-component.adoc 
b/components/camel-disruptor/src/main/docs/disruptor-component.adoc
index 23c6281..d54487a 100644
--- a/components/camel-disruptor/src/main/docs/disruptor-component.adoc
+++ b/components/camel-disruptor/src/main/docs/disruptor-component.adoc
@@ -98,17 +98,25 @@ The Disruptor component supports 8 options which are listed 
below.
 
 
 
-[width="100%",cols="2,1,1m,1m,5",options="header"]
+[width="100%",cols="2,1m,1m,6",options="header"]
 |=======================================================================
-| Name | Group | Default | Java Type | Description
-| defaultConcurrentConsumers | consumer | 1 | int | To configure the default 
number of concurrent consumers
-| defaultMultipleConsumers | consumer | false | boolean | To configure the 
default value for multiple consumers
-| defaultProducerType | producer | Multi | DisruptorProducerType | To 
configure the default value for DisruptorProducerType The default value is 
Multi.
-| defaultWaitStrategy | consumer | Blocking | DisruptorWaitStrategy | To 
configure the default value for DisruptorWaitStrategy The default value is 
Blocking.
-| defaultBlockWhenFull | producer | true | boolean | To configure the default 
value for block when full The default value is true.
-| queueSize | common |  | int | To configure the ring buffer size
-| bufferSize | common | 1024 | int | To configure the ring buffer size
-| resolvePropertyPlaceholders | advanced | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+| Name | Default | Java Type | Description
+ 4+^s| consumer
+| defaultConcurrentConsumers | 1 | int | To configure the default number of 
concurrent consumers
+
+| defaultMultipleConsumers | false | boolean | To configure the default value 
for multiple consumers
+ 4+^s| producer
+| defaultProducerType | Multi | DisruptorProducerType | To configure the 
default value for DisruptorProducerType The default value is Multi.
+ 4+^s| consumer
+| defaultWaitStrategy | Blocking | DisruptorWaitStrategy | To configure the 
default value for DisruptorWaitStrategy The default value is Blocking.
+ 4+^s| producer
+| defaultBlockWhenFull | true | boolean | To configure the default value for 
block when full The default value is true.
+ 4+^s| common
+| queueSize |  | int | To configure the ring buffer size
+
+| bufferSize | 1024 | int | To configure the ring buffer size
+ 4+^s| advanced
+| resolvePropertyPlaceholders | true | boolean | Whether the component should 
resolve property placeholders on itself when starting. Only properties which 
are of String type can use property placeholders.
 |=======================================================================
 // component options: END
 
@@ -132,21 +140,33 @@ with the following path and query parameters:
 
 #### Query Parameters (12 parameters):
 
-[width="100%",cols="2,1,1m,1m,5",options="header"]
+[width="100%",cols="2,1m,1m,6",options="header"]
 |=======================================================================
-| Name | Group | Default | Java Type | Description
-| size | common | 1024 | int | The maximum capacity of the Disruptors 
ringbuffer Will be effectively increased to the nearest power of two. Notice: 
Mind if you use this option then its the first endpoint being created with the 
queue name that determines the size. To make sure all endpoints use same size 
then configure the size option on all of them or the first endpoint being 
created.
-| bridgeErrorHandler | consumer | false | boolean | Allows for bridging the 
consumer to the Camel routing Error Handler which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages or the likes will now 
be processed as a message and handled by the routing Error Handler. By default 
the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions that will be logged at WARN or ERROR level and ignored.
-| concurrentConsumers | consumer | 1 | int | Number of concurrent threads 
processing exchanges.
-| multipleConsumers | consumer | false | boolean | Specifies whether multiple 
consumers are allowed. If enabled you can use Disruptor for Publish-Subscribe 
messaging. That is you can send a message to the queue and have each consumer 
receive a copy of the message. When enabled this option should be specified on 
every consumer endpoint.
-| waitStrategy | consumer | Blocking | DisruptorWaitStrategy | Defines the 
strategy used by consumer threads to wait on new exchanges to be published. The 
options allowed are:Blocking Sleeping BusySpin and Yielding.
-| exceptionHandler | consumer (advanced) |  | ExceptionHandler | To let the 
consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler 
is enabled then this options is not in use. By default the consumer will deal 
with exceptions that will be logged at WARN or ERROR level and ignored.
-| exchangePattern | consumer (advanced) |  | ExchangePattern | Sets the 
exchange pattern when the consumer creates an exchange.
-| blockWhenFull | producer | false | boolean | Whether a thread that sends 
messages to a full Disruptor will block until the ringbuffer's capacity is no 
longer exhausted. By default the calling thread will block and wait until the 
message can be accepted. By disabling this option an exception will be thrown 
stating that the queue is full.
-| producerType | producer | Multi | DisruptorProducerType | Defines the 
producers allowed on the Disruptor. The options allowed are: Multi to allow 
multiple producers and Single to enable certain optimizations only allowed when 
one concurrent producer (on one thread or otherwise synchronized) is active.
-| timeout | producer | 30000 | long | Timeout (in milliseconds) before a 
producer will stop waiting for an asynchronous task to complete. You can 
disable timeout by using 0 or a negative value.
-| waitForTaskToComplete | producer | IfReplyExpected | WaitForTaskToComplete | 
Option to specify whether the caller should wait for the async task to complete 
or not before continuing. The following three options are supported: Always 
Never or IfReplyExpected. The first two values are self-explanatory. The last 
value IfReplyExpected will only wait if the message is Request Reply based.
-| synchronous | advanced | false | boolean | Sets whether synchronous 
processing should be strictly used or Camel is allowed to use asynchronous 
processing (if supported).
+| Name | Default | Java Type | Description
+
+| size | 1024 | int | The maximum capacity of the Disruptors ringbuffer Will 
be effectively increased to the nearest power of two. Notice: Mind if you use 
this option then its the first endpoint being created with the queue name that 
determines the size. To make sure all endpoints use same size then configure 
the size option on all of them or the first endpoint being created.
+ 4+^s| consumer
+| bridgeErrorHandler | false | boolean | Allows for bridging the consumer to 
the Camel routing Error Handler which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages or the likes will now be 
processed as a message and handled by the routing Error Handler. By default the 
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions that will be logged at WARN or ERROR level and ignored.
+
+| concurrentConsumers | 1 | int | Number of concurrent threads processing 
exchanges.
+
+| multipleConsumers | false | boolean | Specifies whether multiple consumers 
are allowed. If enabled you can use Disruptor for Publish-Subscribe messaging. 
That is you can send a message to the queue and have each consumer receive a 
copy of the message. When enabled this option should be specified on every 
consumer endpoint.
+
+| waitStrategy | Blocking | DisruptorWaitStrategy | Defines the strategy used 
by consumer threads to wait on new exchanges to be published. The options 
allowed are:Blocking Sleeping BusySpin and Yielding.
+ 4+^s| consumer (advanced)
+| exceptionHandler |  | ExceptionHandler | To let the consumer use a custom 
ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this 
options is not in use. By default the consumer will deal with exceptions that 
will be logged at WARN or ERROR level and ignored.
+
+| exchangePattern |  | ExchangePattern | Sets the exchange pattern when the 
consumer creates an exchange.
+ 4+^s| producer
+| blockWhenFull | false | boolean | Whether a thread that sends messages to a 
full Disruptor will block until the ringbuffer's capacity is no longer 
exhausted. By default the calling thread will block and wait until the message 
can be accepted. By disabling this option an exception will be thrown stating 
that the queue is full.
+
+| producerType | Multi | DisruptorProducerType | Defines the producers allowed 
on the Disruptor. The options allowed are: Multi to allow multiple producers 
and Single to enable certain optimizations only allowed when one concurrent 
producer (on one thread or otherwise synchronized) is active.
+
+| timeout | 30000 | long | Timeout (in milliseconds) before a producer will 
stop waiting for an asynchronous task to complete. You can disable timeout by 
using 0 or a negative value.
+
+| waitForTaskToComplete | IfReplyExpected | WaitForTaskToComplete | Option to 
specify whether the caller should wait for the async task to complete or not 
before continuing. The following three options are supported: Always Never or 
IfReplyExpected. The first two values are self-explanatory. The last value 
IfReplyExpected will only wait if the message is Request Reply based.
+ 4+^s| advanced
+| synchronous | false | boolean | Sets whether synchronous processing should 
be strictly used or Camel is allowed to use asynchronous processing (if 
supported).
 |=======================================================================
 // endpoint options: END
 

http://git-wip-us.apache.org/repos/asf/camel/blob/24d2f4ae/components/camel-dns/src/main/docs/dns-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-dns/src/main/docs/dns-component.adoc 
b/components/camel-dns/src/main/docs/dns-component.adoc
index d94c4ad..6a25b3c 100644
--- a/components/camel-dns/src/main/docs/dns-component.adoc
+++ b/components/camel-dns/src/main/docs/dns-component.adoc
@@ -68,10 +68,11 @@ with the following path and query parameters:
 
 #### Query Parameters (1 parameters):
 
-[width="100%",cols="2,1,1m,1m,5",options="header"]
+[width="100%",cols="2,1m,1m,6",options="header"]
 |=======================================================================
-| Name | Group | Default | Java Type | Description
-| synchronous | advanced | false | boolean | Sets whether synchronous 
processing should be strictly used or Camel is allowed to use asynchronous 
processing (if supported).
+| Name | Default | Java Type | Description
+ 4+^s| advanced
+| synchronous | false | boolean | Sets whether synchronous processing should 
be strictly used or Camel is allowed to use asynchronous processing (if 
supported).
 |=======================================================================
 // endpoint options: END
 

http://git-wip-us.apache.org/repos/asf/camel/blob/24d2f4ae/components/camel-docker/src/main/docs/docker-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-docker/src/main/docs/docker-component.adoc 
b/components/camel-docker/src/main/docs/docker-component.adoc
index 12ff26a..fa18edf 100644
--- a/components/camel-docker/src/main/docs/docker-component.adoc
+++ b/components/camel-docker/src/main/docs/docker-component.adoc
@@ -26,11 +26,13 @@ The Docker component supports 2 options which are listed 
below.
 
 
 
-[width="100%",cols="2,1,1m,1m,5",options="header"]
+[width="100%",cols="2,1m,1m,6",options="header"]
 |=======================================================================
-| Name | Group | Default | Java Type | Description
-| configuration | advanced |  | DockerConfiguration | To use the shared docker 
configuration
-| resolvePropertyPlaceholders | advanced | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+| Name | Default | Java Type | Description
+ 4+^s| advanced
+| configuration |  | DockerConfiguration | To use the shared docker 
configuration
+
+| resolvePropertyPlaceholders | true | boolean | Whether the component should 
resolve property placeholders on itself when starting. Only properties which 
are of String type can use property placeholders.
 |=======================================================================
 // component options: END
 
@@ -52,29 +54,49 @@ with the following path and query parameters:
 
 #### Query Parameters (20 parameters):
 
-[width="100%",cols="2,1,1m,1m,5",options="header"]
+[width="100%",cols="2,1m,1m,6",options="header"]
 |=======================================================================
-| Name | Group | Default | Java Type | Description
-| email | common |  | String | Email address associated with the user
-| host | common | localhost | String | *Required* Docker host
-| port | common | 2375 | Integer | *Required* Docker port
-| requestTimeout | common |  | Integer | Request timeout for response (in 
seconds)
-| bridgeErrorHandler | consumer | false | boolean | Allows for bridging the 
consumer to the Camel routing Error Handler which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages or the likes will now 
be processed as a message and handled by the routing Error Handler. By default 
the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions that will be logged at WARN or ERROR level and ignored.
-| exceptionHandler | consumer (advanced) |  | ExceptionHandler | To let the 
consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler 
is enabled then this options is not in use. By default the consumer will deal 
with exceptions that will be logged at WARN or ERROR level and ignored.
-| exchangePattern | consumer (advanced) |  | ExchangePattern | Sets the 
exchange pattern when the consumer creates an exchange.
-| cmdExecFactory | advanced | 
com.github.dockerjava.jaxrs.JerseyDockerCmdExecFactory | String | The fully 
qualified class name of the DockerCmdExecFactory implementation to use
-| followRedirectFilter | advanced | false | boolean | Whether to follow 
redirect filter
-| loggingFilter | advanced | false | boolean | Whether to use logging filter
-| maxPerRouteConnections | advanced | 100 | Integer | Maximum route connections
-| maxTotalConnections | advanced | 100 | Integer | Maximum total connections
-| serverAddress | advanced | https://index.docker.io/v1/ | String | Server 
address for docker registry.
-| socket | advanced | true | boolean | Socket connection mode
-| synchronous | advanced | false | boolean | Sets whether synchronous 
processing should be strictly used or Camel is allowed to use asynchronous 
processing (if supported).
-| certPath | security |  | String | Location containing the SSL certificate 
chain
-| password | security |  | String | Password to authenticate with
-| secure | security | false | boolean | Use HTTPS communication
-| tlsVerify | security | false | boolean | Check TLS
-| username | security |  | String | User name to authenticate with
+| Name | Default | Java Type | Description
+
+| email |  | String | Email address associated with the user
+
+| host | localhost | String | *Required* Docker host
+
+| port | 2375 | Integer | *Required* Docker port
+
+| requestTimeout |  | Integer | Request timeout for response (in seconds)
+ 4+^s| consumer
+| bridgeErrorHandler | false | boolean | Allows for bridging the consumer to 
the Camel routing Error Handler which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages or the likes will now be 
processed as a message and handled by the routing Error Handler. By default the 
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions that will be logged at WARN or ERROR level and ignored.
+ 4+^s| consumer (advanced)
+| exceptionHandler |  | ExceptionHandler | To let the consumer use a custom 
ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this 
options is not in use. By default the consumer will deal with exceptions that 
will be logged at WARN or ERROR level and ignored.
+
+| exchangePattern |  | ExchangePattern | Sets the exchange pattern when the 
consumer creates an exchange.
+ 4+^s| advanced
+| cmdExecFactory | com.github.dockerjava.jaxrs.JerseyDockerCmdExecFactory | 
String | The fully qualified class name of the DockerCmdExecFactory 
implementation to use
+
+| followRedirectFilter | false | boolean | Whether to follow redirect filter
+
+| loggingFilter | false | boolean | Whether to use logging filter
+
+| maxPerRouteConnections | 100 | Integer | Maximum route connections
+
+| maxTotalConnections | 100 | Integer | Maximum total connections
+
+| serverAddress | https://index.docker.io/v1/ | String | Server address for 
docker registry.
+
+| socket | true | boolean | Socket connection mode
+
+| synchronous | false | boolean | Sets whether synchronous processing should 
be strictly used or Camel is allowed to use asynchronous processing (if 
supported).
+ 4+^s| security
+| certPath |  | String | Location containing the SSL certificate chain
+
+| password |  | String | Password to authenticate with
+
+| secure | false | boolean | Use HTTPS communication
+
+| tlsVerify | false | boolean | Check TLS
+
+| username |  | String | User name to authenticate with
 |=======================================================================
 // endpoint options: END
 

http://git-wip-us.apache.org/repos/asf/camel/blob/24d2f4ae/components/camel-dozer/src/main/docs/dozer-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-dozer/src/main/docs/dozer-component.adoc 
b/components/camel-dozer/src/main/docs/dozer-component.adoc
index 69b50c2..0ce9604 100644
--- a/components/camel-dozer/src/main/docs/dozer-component.adoc
+++ b/components/camel-dozer/src/main/docs/dozer-component.adoc
@@ -76,16 +76,23 @@ with the following path and query parameters:
 
 #### Query Parameters (7 parameters):
 
-[width="100%",cols="2,1,1m,1m,5",options="header"]
+[width="100%",cols="2,1m,1m,6",options="header"]
 |=======================================================================
-| Name | Group | Default | Java Type | Description
-| mappingConfiguration | producer |  | DozerBeanMapperConfiguration | The name 
of a DozerBeanMapperConfiguration bean in the Camel registry which should be 
used for configuring the Dozer mapping. This is an alternative to the 
mappingFile option that can be used for fine-grained control over how Dozer is 
configured. Remember to use a prefix in the value to indicate that the bean is 
in the Camel registry (e.g. myDozerConfig).
-| mappingFile | producer | dozerBeanMapping.xml | String | The location of a 
Dozer configuration file. The file is loaded from the classpath by default but 
you can use file: classpath: or http: to load the configuration from a specific 
location.
-| marshalId | producer |  | String | The id of a dataFormat defined within the 
Camel Context to use for marshalling the mapping output to a non-Java type.
-| sourceModel | producer |  | String | Fully-qualified class name for the 
source type used in the mapping. If specified the input to the mapping is 
converted to the specified type before being mapped with Dozer.
-| targetModel | producer |  | String | *Required* Fully-qualified class name 
for the target type used in the mapping.
-| unmarshalId | producer |  | String | The id of a dataFormat defined within 
the Camel Context to use for unmarshalling the mapping input from a non-Java 
type.
-| synchronous | advanced | false | boolean | Sets whether synchronous 
processing should be strictly used or Camel is allowed to use asynchronous 
processing (if supported).
+| Name | Default | Java Type | Description
+
+| mappingConfiguration |  | DozerBeanMapperConfiguration | The name of a 
DozerBeanMapperConfiguration bean in the Camel registry which should be used 
for configuring the Dozer mapping. This is an alternative to the mappingFile 
option that can be used for fine-grained control over how Dozer is configured. 
Remember to use a prefix in the value to indicate that the bean is in the Camel 
registry (e.g. myDozerConfig).
+
+| mappingFile | dozerBeanMapping.xml | String | The location of a Dozer 
configuration file. The file is loaded from the classpath by default but you 
can use file: classpath: or http: to load the configuration from a specific 
location.
+
+| marshalId |  | String | The id of a dataFormat defined within the Camel 
Context to use for marshalling the mapping output to a non-Java type.
+
+| sourceModel |  | String | Fully-qualified class name for the source type 
used in the mapping. If specified the input to the mapping is converted to the 
specified type before being mapped with Dozer.
+
+| targetModel |  | String | *Required* Fully-qualified class name for the 
target type used in the mapping.
+
+| unmarshalId |  | String | The id of a dataFormat defined within the Camel 
Context to use for unmarshalling the mapping input from a non-Java type.
+ 4+^s| advanced
+| synchronous | false | boolean | Sets whether synchronous processing should 
be strictly used or Camel is allowed to use asynchronous processing (if 
supported).
 |=======================================================================
 // endpoint options: END
 

http://git-wip-us.apache.org/repos/asf/camel/blob/24d2f4ae/components/camel-drill/src/main/docs/drill-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-drill/src/main/docs/drill-component.adoc 
b/components/camel-drill/src/main/docs/drill-component.adoc
index 5fad9bd..a714b34 100644
--- a/components/camel-drill/src/main/docs/drill-component.adoc
+++ b/components/camel-drill/src/main/docs/drill-component.adoc
@@ -58,14 +58,19 @@ with the following path and query parameters:
 
 #### Query Parameters (5 parameters):
 
-[width="100%",cols="2,1,1m,1m,5",options="header"]
+[width="100%",cols="2,1m,1m,6",options="header"]
 |=======================================================================
-| Name | Group | Default | Java Type | Description
-| clusterId | producer |  | String | Cluster ID 
https://drill.apache.org/docs/using-the-jdbc-driver/determining-the-cluster-id
-| directory | producer |  | String | Drill directory in ZooKeeper
-| mode | producer | ZK | DrillConnectionMode | Connection mode: zk: Zookeeper 
drillbit: Drillbit direct connection 
https://drill.apache.org/docs/using-the-jdbc-driver/
-| port | producer |  | Integer | ZooKeeper port number
-| synchronous | advanced | false | boolean | Sets whether synchronous 
processing should be strictly used or Camel is allowed to use asynchronous 
processing (if supported).
+| Name | Default | Java Type | Description
+
+| clusterId |  | String | Cluster ID 
https://drill.apache.org/docs/using-the-jdbc-driver/determining-the-cluster-id
+
+| directory |  | String | Drill directory in ZooKeeper
+
+| mode | ZK | DrillConnectionMode | Connection mode: zk: Zookeeper drillbit: 
Drillbit direct connection https://drill.apache.org/docs/using-the-jdbc-driver/
+
+| port |  | Integer | ZooKeeper port number
+ 4+^s| advanced
+| synchronous | false | boolean | Sets whether synchronous processing should 
be strictly used or Camel is allowed to use asynchronous processing (if 
supported).
 |=======================================================================
 // endpoint options: END
 

http://git-wip-us.apache.org/repos/asf/camel/blob/24d2f4ae/components/camel-dropbox/src/main/docs/dropbox-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-dropbox/src/main/docs/dropbox-component.adoc 
b/components/camel-dropbox/src/main/docs/dropbox-component.adoc
index 73050f5..7da17a4 100644
--- a/components/camel-dropbox/src/main/docs/dropbox-component.adoc
+++ b/components/camel-dropbox/src/main/docs/dropbox-component.adoc
@@ -85,21 +85,33 @@ with the following path and query parameters:
 
 #### Query Parameters (12 parameters):
 
-[width="100%",cols="2,1,1m,1m,5",options="header"]
-|=======================================================================
-| Name | Group | Default | Java Type | Description
-| accessToken | common |  | String | *Required* The access token to make API 
requests for a specific Dropbox user
-| client | common |  | DbxClient | To use an existing DbxClient instance as 
DropBox client.
-| clientIdentifier | common |  | String | *Required* Name of the app 
registered to make API requests
-| localPath | common |  | String | Folder or file to upload on Dropbox from 
the local filesystem.
-| newRemotePath | common |  | String | Destination file or folder
-| query | common |  | String | A space-separated list of sub-strings to search 
for. A file matches only if it contains all the sub-strings. If this option is 
not set all files will be matched.
-| remotePath | common |  | String | Original file or folder to move
-| uploadMode | common |  | DropboxUploadMode | Which mode to upload. in case 
of add the new file will be renamed if a file with the same name already exists 
on dropbox. in case of force if a file with the same name already exists on 
dropbox this will be overwritten.
-| bridgeErrorHandler | consumer | false | boolean | Allows for bridging the 
consumer to the Camel routing Error Handler which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages or the likes will now 
be processed as a message and handled by the routing Error Handler. By default 
the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions that will be logged at WARN or ERROR level and ignored.
-| exceptionHandler | consumer (advanced) |  | ExceptionHandler | To let the 
consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler 
is enabled then this options is not in use. By default the consumer will deal 
with exceptions that will be logged at WARN or ERROR level and ignored.
-| exchangePattern | consumer (advanced) |  | ExchangePattern | Sets the 
exchange pattern when the consumer creates an exchange.
-| synchronous | advanced | false | boolean | Sets whether synchronous 
processing should be strictly used or Camel is allowed to use asynchronous 
processing (if supported).
+[width="100%",cols="2,1m,1m,6",options="header"]
+|=======================================================================
+| Name | Default | Java Type | Description
+
+| accessToken |  | String | *Required* The access token to make API requests 
for a specific Dropbox user
+
+| client |  | DbxClient | To use an existing DbxClient instance as DropBox 
client.
+
+| clientIdentifier |  | String | *Required* Name of the app registered to make 
API requests
+
+| localPath |  | String | Folder or file to upload on Dropbox from the local 
filesystem.
+
+| newRemotePath |  | String | Destination file or folder
+
+| query |  | String | A space-separated list of sub-strings to search for. A 
file matches only if it contains all the sub-strings. If this option is not set 
all files will be matched.
+
+| remotePath |  | String | Original file or folder to move
+
+| uploadMode |  | DropboxUploadMode | Which mode to upload. in case of add the 
new file will be renamed if a file with the same name already exists on 
dropbox. in case of force if a file with the same name already exists on 
dropbox this will be overwritten.
+ 4+^s| consumer
+| bridgeErrorHandler | false | boolean | Allows for bridging the consumer to 
the Camel routing Error Handler which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages or the likes will now be 
processed as a message and handled by the routing Error Handler. By default the 
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions that will be logged at WARN or ERROR level and ignored.
+ 4+^s| consumer (advanced)
+| exceptionHandler |  | ExceptionHandler | To let the consumer use a custom 
ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this 
options is not in use. By default the consumer will deal with exceptions that 
will be logged at WARN or ERROR level and ignored.
+
+| exchangePattern |  | ExchangePattern | Sets the exchange pattern when the 
consumer creates an exchange.
+ 4+^s| advanced
+| synchronous | false | boolean | Sets whether synchronous processing should 
be strictly used or Camel is allowed to use asynchronous processing (if 
supported).
 |=======================================================================
 // endpoint options: END
 

http://git-wip-us.apache.org/repos/asf/camel/blob/24d2f4ae/components/camel-ehcache/src/main/docs/ehcache-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ehcache/src/main/docs/ehcache-component.adoc 
b/components/camel-ehcache/src/main/docs/ehcache-component.adoc
index 531c93b..aa41c03 100644
--- a/components/camel-ehcache/src/main/docs/ehcache-component.adoc
+++ b/components/camel-ehcache/src/main/docs/ehcache-component.adoc
@@ -59,24 +59,39 @@ with the following path and query parameters:
 
 #### Query Parameters (15 parameters):
 
-[width="100%",cols="2,1,1m,1m,5",options="header"]
+[width="100%",cols="2,1m,1m,6",options="header"]
 |=======================================================================
-| Name | Group | Default | Java Type | Description
-| cacheManager | common |  | CacheManager | The cache manager
-| configUri | common |  | String | URI pointing to the Ehcache XML 
configuration file's location
-| createCacheIfNotExist | common | true | boolean | Configure if a cache need 
to be created if it does exist or can't be pre-configured.
-| bridgeErrorHandler | consumer | false | boolean | Allows for bridging the 
consumer to the Camel routing Error Handler which mean any exceptions occurred 
while the consumer is trying to pickup incoming messages or the likes will now 
be processed as a message and handled by the routing Error Handler. By default 
the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions that will be logged at WARN or ERROR level and ignored.
-| eventFiring | consumer | ASYNCHRONOUS | EventFiring | Set the the delivery 
mode (synchronous asynchronous)
-| eventOrdering | consumer | ORDERED | EventOrdering | Set the the delivery 
mode (ordered unordered)
-| eventTypes | consumer | EVICTED,EXPIRED,REMOVED,CREATED,UPDATED | Set | Set 
the type of events to listen for
-| exceptionHandler | consumer (advanced) |  | ExceptionHandler | To let the 
consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler 
is enabled then this options is not in use. By default the consumer will deal 
with exceptions that will be logged at WARN or ERROR level and ignored.
-| exchangePattern | consumer (advanced) |  | ExchangePattern | Sets the 
exchange pattern when the consumer creates an exchange.
-| action | producer |  | String | To configure the default cache action. If an 
action is set in the message header then the operation from the header takes 
precedence.
-| key | producer |  | Object | To configure the default action key. If a key 
is set in the message header then the key from the header takes precedence.
-| configuration | advanced |  | CacheConfiguration<?,?> | The default cache 
configuration to be used to create caches.
-| keyType | advanced | java.lang.Object | String | The cache key type default 
Object.class
-| synchronous | advanced | false | boolean | Sets whether synchronous 
processing should be strictly used or Camel is allowed to use asynchronous 
processing (if supported).
-| valueType | advanced | java.lang.Object | String | The cache value type 
default Object.class
+| Name | Default | Java Type | Description
+
+| cacheManager |  | CacheManager | The cache manager
+
+| configUri |  | String | URI pointing to the Ehcache XML configuration file's 
location
+
+| createCacheIfNotExist | true | boolean | Configure if a cache need to be 
created if it does exist or can't be pre-configured.
+ 4+^s| consumer
+| bridgeErrorHandler | false | boolean | Allows for bridging the consumer to 
the Camel routing Error Handler which mean any exceptions occurred while the 
consumer is trying to pickup incoming messages or the likes will now be 
processed as a message and handled by the routing Error Handler. By default the 
consumer will use the org.apache.camel.spi.ExceptionHandler to deal with 
exceptions that will be logged at WARN or ERROR level and ignored.
+
+| eventFiring | ASYNCHRONOUS | EventFiring | Set the the delivery mode 
(synchronous asynchronous)
+
+| eventOrdering | ORDERED | EventOrdering | Set the the delivery mode (ordered 
unordered)
+
+| eventTypes | EVICTED,EXPIRED,REMOVED,CREATED,UPDATED | Set | Set the type of 
events to listen for
+ 4+^s| consumer (advanced)
+| exceptionHandler |  | ExceptionHandler | To let the consumer use a custom 
ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this 
options is not in use. By default the consumer will deal with exceptions that 
will be logged at WARN or ERROR level and ignored.
+
+| exchangePattern |  | ExchangePattern | Sets the exchange pattern when the 
consumer creates an exchange.
+ 4+^s| producer
+| action |  | String | To configure the default cache action. If an action is 
set in the message header then the operation from the header takes precedence.
+
+| key |  | Object | To configure the default action key. If a key is set in 
the message header then the key from the header takes precedence.
+ 4+^s| advanced
+| configuration |  | CacheConfiguration<?,?> | The default cache configuration 
to be used to create caches.
+
+| keyType | java.lang.Object | String | The cache key type default Object.class
+
+| synchronous | false | boolean | Sets whether synchronous processing should 
be strictly used or Camel is allowed to use asynchronous processing (if 
supported).
+
+| valueType | java.lang.Object | String | The cache value type default 
Object.class
 |=======================================================================
 // endpoint options: END
 

http://git-wip-us.apache.org/repos/asf/camel/blob/24d2f4ae/components/camel-ejb/src/main/docs/ejb-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-ejb/src/main/docs/ejb-component.adoc 
b/components/camel-ejb/src/main/docs/ejb-component.adoc
index c4ffb21..bfc1395 100644
--- a/components/camel-ejb/src/main/docs/ejb-component.adoc
+++ b/components/camel-ejb/src/main/docs/ejb-component.adoc
@@ -36,12 +36,15 @@ The EJB component supports 3 options which are listed below.
 
 
 
-[width="100%",cols="2,1,1m,1m,5",options="header"]
+[width="100%",cols="2,1m,1m,6",options="header"]
 |=======================================================================
-| Name | Group | Default | Java Type | Description
-| context | producer |  | Context | The Context to use for looking up the EJBs
-| properties | producer |  | Properties | Properties for creating 
javax.naming.Context if a context has not been configured.
-| resolvePropertyPlaceholders | advanced | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+| Name | Default | Java Type | Description
+ 4+^s| producer
+| context |  | Context | The Context to use for looking up the EJBs
+
+| properties |  | Properties | Properties for creating javax.naming.Context if 
a context has not been configured.
+ 4+^s| advanced
+| resolvePropertyPlaceholders | true | boolean | Whether the component should 
resolve property placeholders on itself when starting. Only properties which 
are of String type can use property placeholders.
 |=======================================================================
 // component options: END
 
@@ -65,14 +68,19 @@ with the following path and query parameters:
 
 #### Query Parameters (5 parameters):
 
-[width="100%",cols="2,1,1m,1m,5",options="header"]
+[width="100%",cols="2,1m,1m,6",options="header"]
 |=======================================================================
-| Name | Group | Default | Java Type | Description
-| method | producer |  | String | Sets the name of the method to invoke on the 
bean
-| cache | advanced | false | boolean | If enabled Camel will cache the result 
of the first Registry look-up. Cache can be enabled if the bean in the Registry 
is defined as a singleton scope.
-| multiParameterArray | advanced | false | boolean | How to treat the 
parameters which are passed from the message body.true means the message body 
should be an array of parameters. Note: This option is used internally by Camel 
and is not intended for end users to use.
-| parameters | advanced |  | Map | Used for configuring additional properties 
on the bean
-| synchronous | advanced | false | boolean | Sets whether synchronous 
processing should be strictly used or Camel is allowed to use asynchronous 
processing (if supported).
+| Name | Default | Java Type | Description
+
+| method |  | String | Sets the name of the method to invoke on the bean
+ 4+^s| advanced
+| cache | false | boolean | If enabled Camel will cache the result of the 
first Registry look-up. Cache can be enabled if the bean in the Registry is 
defined as a singleton scope.
+
+| multiParameterArray | false | boolean | How to treat the parameters which 
are passed from the message body.true means the message body should be an array 
of parameters. Note: This option is used internally by Camel and is not 
intended for end users to use.
+
+| parameters |  | Map | Used for configuring additional properties on the bean
+
+| synchronous | false | boolean | Sets whether synchronous processing should 
be strictly used or Camel is allowed to use asynchronous processing (if 
supported).
 |=======================================================================
 // endpoint options: END
 

http://git-wip-us.apache.org/repos/asf/camel/blob/24d2f4ae/components/camel-elasticsearch/src/main/docs/elasticsearch-component.adoc
----------------------------------------------------------------------
diff --git 
a/components/camel-elasticsearch/src/main/docs/elasticsearch-component.adoc 
b/components/camel-elasticsearch/src/main/docs/elasticsearch-component.adoc
index c6afdad..bd0e135 100644
--- a/components/camel-elasticsearch/src/main/docs/elasticsearch-component.adoc
+++ b/components/camel-elasticsearch/src/main/docs/elasticsearch-component.adoc
@@ -35,11 +35,13 @@ The Elasticsearch component supports 2 options which are 
listed below.
 
 
 
-[width="100%",cols="2,1,1m,1m,5",options="header"]
+[width="100%",cols="2,1m,1m,6",options="header"]
 |=======================================================================
-| Name | Group | Default | Java Type | Description
-| client | advanced |  | Client | To use an existing configured Elasticsearch 
client instead of creating a client per endpoint.
-| resolvePropertyPlaceholders | advanced | true | boolean | Whether the 
component should resolve property placeholders on itself when starting. Only 
properties which are of String type can use property placeholders.
+| Name | Default | Java Type | Description
+ 4+^s| advanced
+| client |  | Client | To use an existing configured Elasticsearch client 
instead of creating a client per endpoint.
+
+| resolvePropertyPlaceholders | true | boolean | Whether the component should 
resolve property placeholders on itself when starting. Only properties which 
are of String type can use property placeholders.
 |=======================================================================
 // component options: END
 
@@ -64,20 +66,31 @@ with the following path and query parameters:
 
 #### Query Parameters (11 parameters):
 
-[width="100%",cols="2,1,1m,1m,5",options="header"]
+[width="100%",cols="2,1m,1m,6",options="header"]
 |=======================================================================
-| Name | Group | Default | Java Type | Description
-| clientTransportSniff | producer | true | Boolean | Is the client allowed to 
sniff the rest of the cluster or not (default true). This setting map to the 
client.transport.sniff setting.
-| consistencyLevel | producer | DEFAULT | WriteConsistencyLevel | The write 
consistency level to use with INDEX and BULK operations (can be any of ONE 
QUORUM ALL or DEFAULT)
-| data | producer |  | Boolean | Is the node going to be allowed to allocate 
data (shards) to it or not. This setting map to the node.data setting.
-| indexName | producer |  | String | The name of the index to act against
-| indexType | producer |  | String | The type of the index to act against
-| ip | producer |  | String | The TransportClient remote host ip to use
-| operation | producer |  | String | What operation to perform
-| pathHome | producer | ${user.home}/.elasticsearch | String | The path.home 
property of ElasticSearch configuration. You need to provide a valid path 
otherwise the default $user.home/.elasticsearch will be used.
-| port | producer | 9300 | int | The TransportClient remote port to use 
(defaults to 9300)
-| transportAddresses | producer |  | String | Comma separated list with 
ip:port formatted remote transport addresses to use. The ip and port options 
must be left blank for transportAddresses to be considered instead.
-| synchronous | advanced | false | boolean | Sets whether synchronous 
processing should be strictly used or Camel is allowed to use asynchronous 
processing (if supported).
+| Name | Default | Java Type | Description
+
+| clientTransportSniff | true | Boolean | Is the client allowed to sniff the 
rest of the cluster or not (default true). This setting map to the 
client.transport.sniff setting.
+
+| consistencyLevel | DEFAULT | WriteConsistencyLevel | The write consistency 
level to use with INDEX and BULK operations (can be any of ONE QUORUM ALL or 
DEFAULT)
+
+| data |  | Boolean | Is the node going to be allowed to allocate data 
(shards) to it or not. This setting map to the node.data setting.
+
+| indexName |  | String | The name of the index to act against
+
+| indexType |  | String | The type of the index to act against
+
+| ip |  | String | The TransportClient remote host ip to use
+
+| operation |  | String | What operation to perform
+
+| pathHome | ${user.home}/.elasticsearch | String | The path.home property of 
ElasticSearch configuration. You need to provide a valid path otherwise the 
default $user.home/.elasticsearch will be used.
+
+| port | 9300 | int | The TransportClient remote port to use (defaults to 9300)
+
+| transportAddresses |  | String | Comma separated list with ip:port formatted 
remote transport addresses to use. The ip and port options must be left blank 
for transportAddresses to be considered instead.
+ 4+^s| advanced
+| synchronous | false | boolean | Sets whether synchronous processing should 
be strictly used or Camel is allowed to use asynchronous processing (if 
supported).
 |=======================================================================
 // endpoint options: END
 

http://git-wip-us.apache.org/repos/asf/camel/blob/24d2f4ae/components/camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc
----------------------------------------------------------------------
diff --git 
a/components/camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc 
b/components/camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc
index 501326b..58ec2cc 100644
--- 
a/components/camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc
+++ 
b/components/camel-elasticsearch5/src/main/docs/elasticsearch5-component.adoc
@@ -55,18 +55,27 @@ with the following path and query parameters:
 
 #### Query Parameters (9 parameters):
 
-[width="100%",cols="2,1,1m,1m,5",options="header"]
+[width="100%",cols="2,1m,1m,6",options="header"]
 |=======================================================================
-| Name | Group | Default | Java Type | Description
-| clientTransportSniff | producer | true | Boolean | Is the client allowed to 
sniff the rest of the cluster or not (default true). This setting map to the 
client.transport.sniff setting.
-| indexName | producer |  | String | The name of the index to act against
-| indexType | producer |  | String | The type of the index to act against
-| ip | producer |  | String | The TransportClient remote host ip to use
-| operation | producer |  | ElasticsearchOperation | What operation to perform
-| port | producer | 9300 | int | The TransportClient remote port to use 
(defaults to 9300)
-| transportAddresses | producer |  | String | Comma separated list with 
ip:port formatted remote transport addresses to use. The ip and port options 
must be left blank for transportAddresses to be considered instead.
-| waitForActiveShards | producer | 1 | int | Index creation waits for the 
write consistency number of shards to be available
-| synchronous | advanced | false | boolean | Sets whether synchronous 
processing should be strictly used or Camel is allowed to use asynchronous 
processing (if supported).
+| Name | Default | Java Type | Description
+
+| clientTransportSniff | true | Boolean | Is the client allowed to sniff the 
rest of the cluster or not (default true). This setting map to the 
client.transport.sniff setting.
+
+| indexName |  | String | The name of the index to act against
+
+| indexType |  | String | The type of the index to act against
+
+| ip |  | String | The TransportClient remote host ip to use
+
+| operation |  | ElasticsearchOperation | What operation to perform
+
+| port | 9300 | int | The TransportClient remote port to use (defaults to 9300)
+
+| transportAddresses |  | String | Comma separated list with ip:port formatted 
remote transport addresses to use. The ip and port options must be left blank 
for transportAddresses to be considered instead.
+
+| waitForActiveShards | 1 | int | Index creation waits for the write 
consistency number of shards to be available
+ 4+^s| advanced
+| synchronous | false | boolean | Sets whether synchronous processing should 
be strictly used or Camel is allowed to use asynchronous processing (if 
supported).
 |=======================================================================
 // endpoint options: END
 

Reply via email to