http://git-wip-us.apache.org/repos/asf/camel/blob/4f4f2e45/components/camel-reactive-streams/src/main/docs/reactive-streams-component.adoc
----------------------------------------------------------------------
diff --git 
a/components/camel-reactive-streams/src/main/docs/reactive-streams-component.adoc
 
b/components/camel-reactive-streams/src/main/docs/reactive-streams-component.adoc
index fedae7d..9d34c01 100644
--- 
a/components/camel-reactive-streams/src/main/docs/reactive-streams-component.adoc
+++ 
b/components/camel-reactive-streams/src/main/docs/reactive-streams-component.adoc
@@ -1,4 +1,4 @@
-## Reactive Streams Component
+== Reactive Streams Component
 
 *Available as of Camel version 2.19*
 
@@ -49,13 +49,13 @@ The Reactive Streams component supports 4 options which are 
listed below.
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **internalEngine Configuration** (advanced) | Configures the internal engine 
for Reactive Streams. |  | ReactiveStreamsEngine Configuration
-| **backpressureStrategy** (producer) | The backpressure strategy to use when 
pushing events to a slow subscriber. | BUFFER | ReactiveStreams 
BackpressureStrategy
-| **serviceType** (advanced) | Set the type of the underlying reactive streams 
implementation to use. The implementation is looked up from the registry or 
using a ServiceLoader the default implementation is 
DefaultCamelReactiveStreamsService |  | String
-| **resolveProperty Placeholders** (advanced) | Whether the component should 
resolve property placeholders on itself when starting. Only properties which 
are of String type can use property placeholders. | true | boolean
-|=======================================================================
+| *internalEngine Configuration* (advanced) | Configures the internal engine 
for Reactive Streams. |  | ReactiveStreamsEngine Configuration
+| *backpressureStrategy* (producer) | The backpressure strategy to use when 
pushing events to a slow subscriber. | BUFFER | ReactiveStreams 
BackpressureStrategy
+| *serviceType* (advanced) | Set the type of the underlying reactive streams 
implementation to use. The implementation is looked up from the registry or 
using a ServiceLoader the default implementation is 
DefaultCamelReactiveStreamsService |  | String
+| *resolveProperty Placeholders* (advanced) | Whether the component should 
resolve property placeholders on itself when starting. Only properties which 
are of String type can use property placeholders. | true | boolean
+|===
 // component options: END
 
 
@@ -65,34 +65,36 @@ The Reactive Streams component supports 4 options which are 
listed below.
 // endpoint options: START
 The Reactive Streams endpoint is configured using URI syntax:
 
-    reactive-streams:stream
+----
+reactive-streams:stream
+----
 
 with the following path and query parameters:
 
-#### Path Parameters (1 parameters):
+==== Path Parameters (1 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **stream** | Name of the stream channel used by the endpoint to exchange 
messages. |  | String
-|=======================================================================
+| *stream* | Name of the stream channel used by the endpoint to exchange 
messages. |  | String
+|===
 
-#### Query Parameters (10 parameters):
+==== Query Parameters (10 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **bridgeErrorHandler** (consumer) | 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. | false | 
boolean
-| **concurrentConsumers** (consumer) | Number of threads used to process 
exchanges in the Camel route. | 1 | int
-| **exchangesRefillLowWatermark** (consumer) | Set the low watermark of 
requested exchanges to the active subscription as percentage of the 
maxInflightExchanges. When the number of pending items from the upstream source 
is lower than the watermark new items can be requested to the subscription. If 
set to 0 the subscriber will request items in batches of maxInflightExchanges 
only after all items of the previous batch have been processed. If set to 1 the 
subscriber can request a new item each time an exchange is processed (chatty). 
Any intermediate value can be used. | 0.25 | double
-| **forwardOnComplete** (consumer) | Determines if onComplete events should be 
pushed to the Camel route. | false | boolean
-| **forwardOnError** (consumer) | Determines if onError events should be 
pushed to the Camel route. Exceptions will be set as message body. | false | 
boolean
-| **maxInflightExchanges** (consumer) | Maximum number of exchanges 
concurrently being processed by Camel. This parameter controls backpressure on 
the stream. Setting a non-positive value will disable backpressure. | 128 | 
Integer
-| **exceptionHandler** (consumer) | 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. |  | ExceptionHandler
-| **exchangePattern** (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. |  | ExchangePattern
-| **backpressureStrategy** (producer) | The backpressure strategy to use when 
pushing events to a slow subscriber. |  | ReactiveStreams BackpressureStrategy
-| **synchronous** (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
-|=======================================================================
+| *bridgeErrorHandler* (consumer) | 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. | false | 
boolean
+| *concurrentConsumers* (consumer) | Number of threads used to process 
exchanges in the Camel route. | 1 | int
+| *exchangesRefillLowWatermark* (consumer) | Set the low watermark of 
requested exchanges to the active subscription as percentage of the 
maxInflightExchanges. When the number of pending items from the upstream source 
is lower than the watermark new items can be requested to the subscription. If 
set to 0 the subscriber will request items in batches of maxInflightExchanges 
only after all items of the previous batch have been processed. If set to 1 the 
subscriber can request a new item each time an exchange is processed (chatty). 
Any intermediate value can be used. | 0.25 | double
+| *forwardOnComplete* (consumer) | Determines if onComplete events should be 
pushed to the Camel route. | false | boolean
+| *forwardOnError* (consumer) | Determines if onError events should be pushed 
to the Camel route. Exceptions will be set as message body. | false | boolean
+| *maxInflightExchanges* (consumer) | Maximum number of exchanges concurrently 
being processed by Camel. This parameter controls backpressure on the stream. 
Setting a non-positive value will disable backpressure. | 128 | Integer
+| *exceptionHandler* (consumer) | 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. |  | ExceptionHandler
+| *exchangePattern* (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. |  | ExchangePattern
+| *backpressureStrategy* (producer) | The backpressure strategy to use when 
pushing events to a slow subscriber. |  | ReactiveStreams BackpressureStrategy
+| *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
+|===
 // endpoint options: END
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f4f2e45/components/camel-rest-swagger/src/main/docs/rest-swagger-component.adoc
----------------------------------------------------------------------
diff --git 
a/components/camel-rest-swagger/src/main/docs/rest-swagger-component.adoc 
b/components/camel-rest-swagger/src/main/docs/rest-swagger-component.adoc
index 0d07e2c..d3150dc 100644
--- a/components/camel-rest-swagger/src/main/docs/rest-swagger-component.adoc
+++ b/components/camel-rest-swagger/src/main/docs/rest-swagger-component.adoc
@@ -1,4 +1,4 @@
-## REST Swagger Component
+== REST Swagger Component
 
 *Available as of Camel version 2.19*
 
@@ -81,46 +81,48 @@ The REST Swagger component supports 7 options which are 
listed below.
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **basePath** (producer) | API basePath for example /v2. Default is unset if 
set overrides the value present in Swagger specification. |  | String
-| **componentName** (producer) | Name of the Camel component that will perform 
the requests. The compnent must be present in Camel registry and it must 
implement RestProducerFactory service provider interface. If not set CLASSPATH 
is searched for single component that implements RestProducerFactory SPI. Can 
be overriden in endpoint configuration. |  | String
-| **consumes** (producer) | What payload type this component capable of 
consuming. Could be one type like application/json or multiple types as 
application/json application/xml; q=0.5 according to the RFC7231. This equates 
to the value of Accept HTTP header. If set overrides any value found in the 
Swagger specification. Can be overriden in endpoint configuration |  | String
-| **host** (producer) | Scheme hostname and port to direct the HTTP requests 
to in the form of https://hostname:port. Can be configured at the endpoint 
component or in the correspoding REST configuration in the Camel Context. If 
you give this component a name (e.g. petstore) that REST configuration is 
consulted first rest-swagger next and global configuration last. If set 
overrides any value found in the Swagger specification RestConfiguration. Can 
be overriden in endpoint configuration. |  | String
-| **produces** (producer) | What payload type this component is producing. For 
example application/json according to the RFC7231. This equates to the value of 
Content-Type HTTP header. If set overrides any value present in the Swagger 
specification. Can be overriden in endpoint configuration. |  | String
-| **specificationUri** (producer) | Path to the Swagger specification file. 
The scheme host base path are taken from this specification but these can be 
overriden with properties on the component or endpoint level. If not given the 
component tries to load swagger.json resource. Note that the host defined on 
the component and endpoint of this Component should contain the scheme hostname 
and optionally the port in the URI syntax (i.e. https://api.example.com:8080). 
Can be overriden in endpoint configuration. | swagger.json | URI
-| **resolveProperty Placeholders** (advanced) | Whether the component should 
resolve property placeholders on itself when starting. Only properties which 
are of String type can use property placeholders. | true | boolean
-|=======================================================================
+| *basePath* (producer) | API basePath for example /v2. Default is unset if 
set overrides the value present in Swagger specification. |  | String
+| *componentName* (producer) | Name of the Camel component that will perform 
the requests. The compnent must be present in Camel registry and it must 
implement RestProducerFactory service provider interface. If not set CLASSPATH 
is searched for single component that implements RestProducerFactory SPI. Can 
be overriden in endpoint configuration. |  | String
+| *consumes* (producer) | What payload type this component capable of 
consuming. Could be one type like application/json or multiple types as 
application/json application/xml; q=0.5 according to the RFC7231. This equates 
to the value of Accept HTTP header. If set overrides any value found in the 
Swagger specification. Can be overriden in endpoint configuration |  | String
+| *host* (producer) | Scheme hostname and port to direct the HTTP requests to 
in the form of https://hostname:port. Can be configured at the endpoint 
component or in the correspoding REST configuration in the Camel Context. If 
you give this component a name (e.g. petstore) that REST configuration is 
consulted first rest-swagger next and global configuration last. If set 
overrides any value found in the Swagger specification RestConfiguration. Can 
be overriden in endpoint configuration. |  | String
+| *produces* (producer) | What payload type this component is producing. For 
example application/json according to the RFC7231. This equates to the value of 
Content-Type HTTP header. If set overrides any value present in the Swagger 
specification. Can be overriden in endpoint configuration. |  | String
+| *specificationUri* (producer) | Path to the Swagger specification file. The 
scheme host base path are taken from this specification but these can be 
overriden with properties on the component or endpoint level. If not given the 
component tries to load swagger.json resource. Note that the host defined on 
the component and endpoint of this Component should contain the scheme hostname 
and optionally the port in the URI syntax (i.e. https://api.example.com:8080). 
Can be overriden in endpoint configuration. | swagger.json | URI
+| *resolveProperty Placeholders* (advanced) | Whether the component should 
resolve property placeholders on itself when starting. Only properties which 
are of String type can use property placeholders. | true | boolean
+|===
 // component options: END
 
 // endpoint options: START
 The REST Swagger endpoint is configured using URI syntax:
 
-    rest-swagger:specificationUri#operationId
+----
+rest-swagger:specificationUri#operationId
+----
 
 with the following path and query parameters:
 
-#### Path Parameters (2 parameters):
+==== Path Parameters (2 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **specificationUri** | Path to the Swagger specification file. The scheme 
host base path are taken from this specification but these can be overriden 
with properties on the component or endpoint level. If not given the component 
tries to load swagger.json resource. Note that the host defined on the 
component and endpoint of this Component should contain the scheme hostname and 
optionally the port in the URI syntax (i.e. https://api.example.com:8080). 
Overrides component configuration. | swagger.json | URI
-| **operationId** | *Required* ID of the operation from the Swagger 
specification. |  | String
-|=======================================================================
+| *specificationUri* | Path to the Swagger specification file. The scheme host 
base path are taken from this specification but these can be overriden with 
properties on the component or endpoint level. If not given the component tries 
to load swagger.json resource. Note that the host defined on the component and 
endpoint of this Component should contain the scheme hostname and optionally 
the port in the URI syntax (i.e. https://api.example.com:8080). Overrides 
component configuration. | swagger.json | URI
+| *operationId* | *Required* ID of the operation from the Swagger 
specification. |  | String
+|===
 
-#### Query Parameters (6 parameters):
+==== Query Parameters (6 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **basePath** (producer) | API basePath for example /v2. Default is unset if 
set overrides the value present in Swagger specification and in the component 
configuration. |  | String
-| **componentName** (producer) | Name of the Camel component that will perform 
the requests. The compnent must be present in Camel registry and it must 
implement RestProducerFactory service provider interface. If not set CLASSPATH 
is searched for single component that implements RestProducerFactory SPI. 
Overrides component configuration. |  | String
-| **consumes** (producer) | What payload type this component capable of 
consuming. Could be one type like application/json or multiple types as 
application/json application/xml; q=0.5 according to the RFC7231. This equates 
to the value of Accept HTTP header. If set overrides any value found in the 
Swagger specification and. in the component configuration |  | String
-| **host** (producer) | Scheme hostname and port to direct the HTTP requests 
to in the form of https://hostname:port. Can be configured at the endpoint 
component or in the correspoding REST configuration in the Camel Context. If 
you give this component a name (e.g. petstore) that REST configuration is 
consulted first rest-swagger next and global configuration last. If set 
overrides any value found in the Swagger specification RestConfiguration. 
Overrides all other configuration. |  | String
-| **produces** (producer) | What payload type this component is producing. For 
example application/json according to the RFC7231. This equates to the value of 
Content-Type HTTP header. If set overrides any value present in the Swagger 
specification. Overrides all other configuration. |  | String
-| **synchronous** (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
-|=======================================================================
+| *basePath* (producer) | API basePath for example /v2. Default is unset if 
set overrides the value present in Swagger specification and in the component 
configuration. |  | String
+| *componentName* (producer) | Name of the Camel component that will perform 
the requests. The compnent must be present in Camel registry and it must 
implement RestProducerFactory service provider interface. If not set CLASSPATH 
is searched for single component that implements RestProducerFactory SPI. 
Overrides component configuration. |  | String
+| *consumes* (producer) | What payload type this component capable of 
consuming. Could be one type like application/json or multiple types as 
application/json application/xml; q=0.5 according to the RFC7231. This equates 
to the value of Accept HTTP header. If set overrides any value found in the 
Swagger specification and. in the component configuration |  | String
+| *host* (producer) | Scheme hostname and port to direct the HTTP requests to 
in the form of https://hostname:port. Can be configured at the endpoint 
component or in the correspoding REST configuration in the Camel Context. If 
you give this component a name (e.g. petstore) that REST configuration is 
consulted first rest-swagger next and global configuration last. If set 
overrides any value found in the Swagger specification RestConfiguration. 
Overrides all other configuration. |  | String
+| *produces* (producer) | What payload type this component is producing. For 
example application/json according to the RFC7231. This equates to the value of 
Content-Type HTTP header. If set overrides any value present in the Swagger 
specification. Overrides all other configuration. |  | String
+| *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
+|===
 // endpoint options: END
 
 ### Example: PetStore

http://git-wip-us.apache.org/repos/asf/camel/blob/4f4f2e45/components/camel-restlet/src/main/docs/restlet-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-restlet/src/main/docs/restlet-component.adoc 
b/components/camel-restlet/src/main/docs/restlet-component.adoc
index 95b8b33..1cb071b 100644
--- a/components/camel-restlet/src/main/docs/restlet-component.adoc
+++ b/components/camel-restlet/src/main/docs/restlet-component.adoc
@@ -1,4 +1,4 @@
-## Restlet Component
+== Restlet Component
 
 *Available as of Camel version 2.0*
 
@@ -67,31 +67,31 @@ The Restlet component supports 22 options which are listed 
below.
 
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **controllerDaemon** (consumer) | Indicates if the controller thread should 
be a daemon (not blocking JVM exit). |  | Boolean
-| **controllerSleepTimeMs** (consumer) | Time for the controller thread to 
sleep between each control. |  | Integer
-| **inboundBufferSize** (consumer) | The size of the buffer when reading 
messages. |  | Integer
-| **maxConnectionsPerHost** (common) | Maximum number of concurrent 
connections per host (IP address). |  | Integer
-| **maxThreads** (consumer) | Maximum threads that will service requests. |  | 
Integer
-| **lowThreads** (consumer) | Number of worker threads determining when the 
connector is considered overloaded. |  | Integer
-| **maxTotalConnections** (common) | Maximum number of concurrent connections 
in total. |  | Integer
-| **minThreads** (consumer) | Minimum threads waiting to service requests. |  
| Integer
-| **outboundBufferSize** (consumer) | The size of the buffer when writing 
messages. |  | Integer
-| **persistingConnections** (consumer) | Indicates if connections should be 
kept alive after a call. |  | Boolean
-| **pipeliningConnections** (consumer) | Indicates if pipelining connections 
are supported. |  | Boolean
-| **threadMaxIdleTimeMs** (consumer) | Time for an idle thread to wait for an 
operation before being collected. |  | Integer
-| **useForwardedForHeader** (consumer) | Lookup the X-Forwarded-For header 
supported by popular proxies and caches and uses it to populate the 
Request.getClientAddresses() method result. This information is only safe for 
intermediary components within your local network. Other addresses could easily 
be changed by setting a fake header and should not be trusted for serious 
security checks. |  | Boolean
-| **reuseAddress** (consumer) | Enable/disable the SO_REUSEADDR socket option. 
See java.io.ServerSocketreuseAddress property for additional details. |  | 
Boolean
-| **maxQueued** (consumer) | Maximum number of calls that can be queued if 
there aren't any worker thread available to service them. If the value is '0' 
then no queue is used and calls are rejected if no worker thread is immediately 
available. If the value is '-1' then an unbounded queue is used and calls are 
never rejected. |  | Integer
-| **disableStreamCache** (consumer) | Determines whether or not the raw input 
stream from Restlet is cached or not (Camel will read the stream into a in 
memory/overflow to file Stream caching) cache. By default Camel will cache the 
Restlet input stream to support reading it multiple times to ensure Camel can 
retrieve all data from the stream. However you can set this option to true when 
you for example need to access the raw stream such as streaming it directly to 
a file or other persistent store. DefaultRestletBinding will copy the request 
input stream into a stream cache and put it into message body if this option is 
false to support reading the stream multiple times. | false | boolean
-| **port** (consumer) | To configure the port number for the restlet consumer 
routes. This allows to configure this once to reuse the same port for these 
consumers. |  | int
-| **synchronous** (producer) | Whether to use synchronous Restlet Client for 
the producer. Setting this option to true can yield faster performance as it 
seems the Restlet synchronous Client works better. |  | Boolean
-| **enabledConverters** (advanced) | A list of converters to enable as full 
class name or simple class name. All the converters automatically registered 
are enabled if empty or null |  | List
-| **useGlobalSslContext Parameters** (security) | Enable usage of global SSL 
context parameters. | false | boolean
-| **headerFilterStrategy** (filter) | To use a custom 
org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel 
message. |  | HeaderFilterStrategy
-| **resolveProperty Placeholders** (advanced) | Whether the component should 
resolve property placeholders on itself when starting. Only properties which 
are of String type can use property placeholders. | true | boolean
-|=======================================================================
+| *controllerDaemon* (consumer) | Indicates if the controller thread should be 
a daemon (not blocking JVM exit). |  | Boolean
+| *controllerSleepTimeMs* (consumer) | Time for the controller thread to sleep 
between each control. |  | Integer
+| *inboundBufferSize* (consumer) | The size of the buffer when reading 
messages. |  | Integer
+| *maxConnectionsPerHost* (common) | Maximum number of concurrent connections 
per host (IP address). |  | Integer
+| *maxThreads* (consumer) | Maximum threads that will service requests. |  | 
Integer
+| *lowThreads* (consumer) | Number of worker threads determining when the 
connector is considered overloaded. |  | Integer
+| *maxTotalConnections* (common) | Maximum number of concurrent connections in 
total. |  | Integer
+| *minThreads* (consumer) | Minimum threads waiting to service requests. |  | 
Integer
+| *outboundBufferSize* (consumer) | The size of the buffer when writing 
messages. |  | Integer
+| *persistingConnections* (consumer) | Indicates if connections should be kept 
alive after a call. |  | Boolean
+| *pipeliningConnections* (consumer) | Indicates if pipelining connections are 
supported. |  | Boolean
+| *threadMaxIdleTimeMs* (consumer) | Time for an idle thread to wait for an 
operation before being collected. |  | Integer
+| *useForwardedForHeader* (consumer) | Lookup the X-Forwarded-For header 
supported by popular proxies and caches and uses it to populate the 
Request.getClientAddresses() method result. This information is only safe for 
intermediary components within your local network. Other addresses could easily 
be changed by setting a fake header and should not be trusted for serious 
security checks. |  | Boolean
+| *reuseAddress* (consumer) | Enable/disable the SO_REUSEADDR socket option. 
See java.io.ServerSocketreuseAddress property for additional details. |  | 
Boolean
+| *maxQueued* (consumer) | Maximum number of calls that can be queued if there 
aren't any worker thread available to service them. If the value is '0' then no 
queue is used and calls are rejected if no worker thread is immediately 
available. If the value is '-1' then an unbounded queue is used and calls are 
never rejected. |  | Integer
+| *disableStreamCache* (consumer) | Determines whether or not the raw input 
stream from Restlet is cached or not (Camel will read the stream into a in 
memory/overflow to file Stream caching) cache. By default Camel will cache the 
Restlet input stream to support reading it multiple times to ensure Camel can 
retrieve all data from the stream. However you can set this option to true when 
you for example need to access the raw stream such as streaming it directly to 
a file or other persistent store. DefaultRestletBinding will copy the request 
input stream into a stream cache and put it into message body if this option is 
false to support reading the stream multiple times. | false | boolean
+| *port* (consumer) | To configure the port number for the restlet consumer 
routes. This allows to configure this once to reuse the same port for these 
consumers. |  | int
+| *synchronous* (producer) | Whether to use synchronous Restlet Client for the 
producer. Setting this option to true can yield faster performance as it seems 
the Restlet synchronous Client works better. |  | Boolean
+| *enabledConverters* (advanced) | A list of converters to enable as full 
class name or simple class name. All the converters automatically registered 
are enabled if empty or null |  | List
+| *useGlobalSslContext Parameters* (security) | Enable usage of global SSL 
context parameters. | false | boolean
+| *headerFilterStrategy* (filter) | To use a custom 
org.apache.camel.spi.HeaderFilterStrategy to filter header to and from Camel 
message. |  | HeaderFilterStrategy
+| *resolveProperty Placeholders* (advanced) | Whether the component should 
resolve property placeholders on itself when starting. Only properties which 
are of String type can use property placeholders. | true | boolean
+|===
 // component options: END
 
 
@@ -100,45 +100,47 @@ The Restlet component supports 22 options which are 
listed below.
 // endpoint options: START
 The Restlet endpoint is configured using URI syntax:
 
-    restlet:protocol:host:port/uriPattern
+----
+restlet:protocol:host:port/uriPattern
+----
 
 with the following path and query parameters:
 
-#### Path Parameters (4 parameters):
+==== Path Parameters (4 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **protocol** | *Required* The protocol to use which is http or https |  | 
String
-| **host** | *Required* The hostname of the restlet service |  | String
-| **port** | *Required* The port number of the restlet service | 80 | int
-| **uriPattern** | The resource pattern such as /customer/id |  | String
-|=======================================================================
+| *protocol* | *Required* The protocol to use which is http or https |  | 
String
+| *host* | *Required* The hostname of the restlet service |  | String
+| *port* | *Required* The port number of the restlet service | 80 | int
+| *uriPattern* | The resource pattern such as /customer/id |  | String
+|===
 
-#### Query Parameters (18 parameters):
+==== Query Parameters (18 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **restletMethod** (common) | On a producer endpoint specifies the request 
method to use. On a consumer endpoint specifies that the endpoint consumes only 
restletMethod requests. | GET | Method
-| **bridgeErrorHandler** (consumer) | 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. | false | 
boolean
-| **restletMethods** (consumer) | Specify one or more methods separated by 
commas (e.g. restletMethods=postput) to be serviced by a restlet consumer 
endpoint. If both restletMethod and restletMethods options are specified the 
restletMethod setting is ignored. The possible methods are: 
ALLCONNECTDELETEGETHEADOPTIONSPATCHPOSTPUTTRACE |  | String
-| **restletUriPatterns** (consumer) | Specify one ore more URI templates to be 
serviced by a restlet consumer endpoint using the notation to reference a List 
in the Camel Registry. If a URI pattern has been defined in the endpoint URI 
both the URI pattern defined in the endpoint and the restletUriPatterns option 
will be honored. |  | List
-| **disableStreamCache** (consumer) | Determines whether or not the raw input 
stream from Restlet is cached or not (Camel will read the stream into a in 
memory/overflow to file Stream caching) cache. By default Camel will cache the 
Restlet input stream to support reading it multiple times to ensure Camel can 
retrieve all data from the stream. However you can set this option to true when 
you for example need to access the raw stream such as streaming it directly to 
a file or other persistent store. DefaultRestletBinding will copy the request 
input stream into a stream cache and put it into message body if this option is 
false to support reading the stream multiple times. | false | boolean
-| **exceptionHandler** (consumer) | 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. |  | ExceptionHandler
-| **exchangePattern** (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. |  | ExchangePattern
-| **connectTimeout** (producer) | The Client will give up connection if the 
connection is timeout 0 for unlimited wait. | 30000 | int
-| **cookieHandler** (producer) | Configure a cookie handler to maintain a HTTP 
session |  | CookieHandler
-| **socketTimeout** (producer) | The Client socket receive timeout 0 for 
unlimited wait. | 30000 | int
-| **throwExceptionOnFailure** (producer) | Whether to throw exception on a 
producer failure. If this option is false then the http status code is set as a 
message header which can be checked if it has an error value. | true | boolean
-| **autoCloseStream** (producer) | Whether to auto close the stream 
representation as response from calling a REST service using the restlet 
producer. If the response is streaming and the option streamRepresentation is 
enabled then you may want to auto close the InputStream from the streaming 
response to ensure the input stream is closed when the Camel Exchange is done 
being routed. However if you need to read the stream outside a Camel route you 
may need to not auto close the stream. | false | boolean
-| **streamRepresentation** (producer) | Whether to support stream 
representation as response from calling a REST service using the restlet 
producer. If the response is streaming then this option can be enabled to use 
an java.io.InputStream as the message body on the Camel Message body. If using 
this option you may want to enable the autoCloseStream option as well to ensure 
the input stream is closed when the Camel Exchange is done being routed. 
However if you need to read the stream outside a Camel route you may need to 
not auto close the stream. | false | boolean
-| **headerFilterStrategy** (advanced) | To use a custom HeaderFilterStrategy 
to filter header to and from Camel message. |  | HeaderFilterStrategy
-| **restletBinding** (advanced) | To use a custom RestletBinding to bind 
between Restlet and Camel message. |  | RestletBinding
-| **synchronous** (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
-| **restletRealm** (security) | To configure the security realms of restlet as 
a map. |  | Map
-| **sslContextParameters** (security) | To configure security using 
SSLContextParameters. |  | SSLContextParameters
-|=======================================================================
+| *restletMethod* (common) | On a producer endpoint specifies the request 
method to use. On a consumer endpoint specifies that the endpoint consumes only 
restletMethod requests. | GET | Method
+| *bridgeErrorHandler* (consumer) | 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. | false | 
boolean
+| *restletMethods* (consumer) | Specify one or more methods separated by 
commas (e.g. restletMethods=postput) to be serviced by a restlet consumer 
endpoint. If both restletMethod and restletMethods options are specified the 
restletMethod setting is ignored. The possible methods are: 
ALLCONNECTDELETEGETHEADOPTIONSPATCHPOSTPUTTRACE |  | String
+| *restletUriPatterns* (consumer) | Specify one ore more URI templates to be 
serviced by a restlet consumer endpoint using the notation to reference a List 
in the Camel Registry. If a URI pattern has been defined in the endpoint URI 
both the URI pattern defined in the endpoint and the restletUriPatterns option 
will be honored. |  | List
+| *disableStreamCache* (consumer) | Determines whether or not the raw input 
stream from Restlet is cached or not (Camel will read the stream into a in 
memory/overflow to file Stream caching) cache. By default Camel will cache the 
Restlet input stream to support reading it multiple times to ensure Camel can 
retrieve all data from the stream. However you can set this option to true when 
you for example need to access the raw stream such as streaming it directly to 
a file or other persistent store. DefaultRestletBinding will copy the request 
input stream into a stream cache and put it into message body if this option is 
false to support reading the stream multiple times. | false | boolean
+| *exceptionHandler* (consumer) | 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. |  | ExceptionHandler
+| *exchangePattern* (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. |  | ExchangePattern
+| *connectTimeout* (producer) | The Client will give up connection if the 
connection is timeout 0 for unlimited wait. | 30000 | int
+| *cookieHandler* (producer) | Configure a cookie handler to maintain a HTTP 
session |  | CookieHandler
+| *socketTimeout* (producer) | The Client socket receive timeout 0 for 
unlimited wait. | 30000 | int
+| *throwExceptionOnFailure* (producer) | Whether to throw exception on a 
producer failure. If this option is false then the http status code is set as a 
message header which can be checked if it has an error value. | true | boolean
+| *autoCloseStream* (producer) | Whether to auto close the stream 
representation as response from calling a REST service using the restlet 
producer. If the response is streaming and the option streamRepresentation is 
enabled then you may want to auto close the InputStream from the streaming 
response to ensure the input stream is closed when the Camel Exchange is done 
being routed. However if you need to read the stream outside a Camel route you 
may need to not auto close the stream. | false | boolean
+| *streamRepresentation* (producer) | Whether to support stream representation 
as response from calling a REST service using the restlet producer. If the 
response is streaming then this option can be enabled to use an 
java.io.InputStream as the message body on the Camel Message body. If using 
this option you may want to enable the autoCloseStream option as well to ensure 
the input stream is closed when the Camel Exchange is done being routed. 
However if you need to read the stream outside a Camel route you may need to 
not auto close the stream. | false | boolean
+| *headerFilterStrategy* (advanced) | To use a custom HeaderFilterStrategy to 
filter header to and from Camel message. |  | HeaderFilterStrategy
+| *restletBinding* (advanced) | To use a custom RestletBinding to bind between 
Restlet and Camel message. |  | RestletBinding
+| *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
+| *restletRealm* (security) | To configure the security realms of restlet as a 
map. |  | Map
+| *sslContextParameters* (security) | To configure security using 
SSLContextParameters. |  | SSLContextParameters
+|===
 // endpoint options: END
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f4f2e45/components/camel-rmi/src/main/docs/rmi-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-rmi/src/main/docs/rmi-component.adoc 
b/components/camel-rmi/src/main/docs/rmi-component.adoc
index a7f89d6..1574695 100644
--- a/components/camel-rmi/src/main/docs/rmi-component.adoc
+++ b/components/camel-rmi/src/main/docs/rmi-component.adoc
@@ -1,4 +1,4 @@
-## RMI Component
+== RMI Component
 
 *Available as of Camel version 1.0*
 
@@ -55,32 +55,34 @@ The RMI component has no options.
 // endpoint options: START
 The RMI endpoint is configured using URI syntax:
 
-    rmi:hostname:port/name
+----
+rmi:hostname:port/name
+----
 
 with the following path and query parameters:
 
-#### Path Parameters (3 parameters):
+==== Path Parameters (3 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **hostname** | Hostname of RMI server | localhost | String
-| **name** | *Required* Name to use when binding to RMI server |  | String
-| **port** | Port number of RMI server | 1099 | int
-|=======================================================================
+| *hostname* | Hostname of RMI server | localhost | String
+| *name* | *Required* Name to use when binding to RMI server |  | String
+| *port* | Port number of RMI server | 1099 | int
+|===
 
-#### Query Parameters (6 parameters):
+==== Query Parameters (6 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **method** (common) | You can set the name of the method to invoke. |  | 
String
-| **remoteInterfaces** (common) | To specific the remote interfaces. |  | List
-| **bridgeErrorHandler** (consumer) | 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. | false | 
boolean
-| **exceptionHandler** (consumer) | 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. |  | ExceptionHandler
-| **exchangePattern** (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. |  | ExchangePattern
-| **synchronous** (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
-|=======================================================================
+| *method* (common) | You can set the name of the method to invoke. |  | String
+| *remoteInterfaces* (common) | To specific the remote interfaces. |  | List
+| *bridgeErrorHandler* (consumer) | 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. | false | 
boolean
+| *exceptionHandler* (consumer) | 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. |  | ExceptionHandler
+| *exchangePattern* (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. |  | ExchangePattern
+| *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
+|===
 // endpoint options: END
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f4f2e45/components/camel-routebox/src/main/docs/routebox-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-routebox/src/main/docs/routebox-component.adoc 
b/components/camel-routebox/src/main/docs/routebox-component.adoc
index 16bcaa5..bd455c0 100644
--- a/components/camel-routebox/src/main/docs/routebox-component.adoc
+++ b/components/camel-routebox/src/main/docs/routebox-component.adoc
@@ -1,4 +1,4 @@
-## RouteBox Component (deprecated)
+== RouteBox Component (deprecated)
 
 *Available as of Camel version 2.6*
 
@@ -107,41 +107,43 @@ The RouteBox component has no options.
 // endpoint options: START
 The RouteBox endpoint is configured using URI syntax:
 
-    routebox:routeboxName
+----
+routebox:routeboxName
+----
 
 with the following path and query parameters:
 
-#### Path Parameters (1 parameters):
+==== Path Parameters (1 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **routeboxName** | *Required* Logical name for the routebox (eg like a queue 
name) |  | String
-|=======================================================================
+| *routeboxName* | *Required* Logical name for the routebox (eg like a queue 
name) |  | String
+|===
 
-#### Query Parameters (17 parameters):
+==== Query Parameters (17 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **dispatchMap** (common) | A string representing a key in the Camel Registry 
matching an object value of the type HashMap. The HashMap key should contain 
strings that can be matched against the value set for the exchange header 
ROUTE_DISPATCH_KEY. The HashMap value should contain inner route consumer URI's 
to which requests should be directed. |  | Map
-| **dispatchStrategy** (common) | To use a custom RouteboxDispatchStrategy 
which allows to use custom dispatching instead of the default. |  | 
RouteboxDispatch Strategy
-| **forkContext** (common) | Whether to fork and create a new inner 
CamelContext instead of reusing the same CamelContext. | true | boolean
-| **innerProtocol** (common) | The Protocol used internally by the Routebox 
component. Can be Direct or SEDA. The Routebox component currently offers 
protocols that are JVM bound. | direct | String
-| **queueSize** (common) | Create a fixed size queue to receive requests. |  | 
int
-| **bridgeErrorHandler** (consumer) | 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. | false | 
boolean
-| **pollInterval** (consumer) | The timeout used when polling from seda. When 
a timeout occurs the consumer can check whether it is allowed to continue 
running. Setting a lower value allows the consumer to react more quickly upon 
shutdown. | 1000 | long
-| **threads** (consumer) | Number of threads to be used by the routebox to 
receive requests. | 20 | int
-| **exceptionHandler** (consumer) | 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. |  | ExceptionHandler
-| **exchangePattern** (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. |  | ExchangePattern
-| **connectionTimeout** (producer) | Timeout in millis used by the producer 
when sending a message. | 20000 | long
-| **sendToConsumer** (producer) | Dictates whether a Producer endpoint sends a 
request to an external routebox consumer. If the setting is false the Producer 
creates an embedded inner context and processes requests internally. | true | 
boolean
-| **innerContext** (advanced) | A string representing a key in the Camel 
Registry matching an object value of the type org.apache.camel.CamelContext. If 
a CamelContext is not provided by the user a CamelContext is automatically 
created for deployment of inner routes. |  | CamelContext
-| **innerProducerTemplate** (advanced) | The ProducerTemplate to use by the 
internal embeded CamelContext |  | ProducerTemplate
-| **innerRegistry** (advanced) | To use a custom registry for the internal 
embedded CamelContext. |  | Registry
-| **routeBuilders** (advanced) | A string representing a key in the Camel 
Registry matching an object value of the type List. If the user does not supply 
an innerContext pre-primed with inner routes the routeBuilders option must be 
provided as a non-empty list of RouteBuilders containing inner routes |  | 
String
-| **synchronous** (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
-|=======================================================================
+| *dispatchMap* (common) | A string representing a key in the Camel Registry 
matching an object value of the type HashMap. The HashMap key should contain 
strings that can be matched against the value set for the exchange header 
ROUTE_DISPATCH_KEY. The HashMap value should contain inner route consumer URI's 
to which requests should be directed. |  | Map
+| *dispatchStrategy* (common) | To use a custom RouteboxDispatchStrategy which 
allows to use custom dispatching instead of the default. |  | RouteboxDispatch 
Strategy
+| *forkContext* (common) | Whether to fork and create a new inner CamelContext 
instead of reusing the same CamelContext. | true | boolean
+| *innerProtocol* (common) | The Protocol used internally by the Routebox 
component. Can be Direct or SEDA. The Routebox component currently offers 
protocols that are JVM bound. | direct | String
+| *queueSize* (common) | Create a fixed size queue to receive requests. |  | 
int
+| *bridgeErrorHandler* (consumer) | 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. | false | 
boolean
+| *pollInterval* (consumer) | The timeout used when polling from seda. When a 
timeout occurs the consumer can check whether it is allowed to continue 
running. Setting a lower value allows the consumer to react more quickly upon 
shutdown. | 1000 | long
+| *threads* (consumer) | Number of threads to be used by the routebox to 
receive requests. | 20 | int
+| *exceptionHandler* (consumer) | 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. |  | ExceptionHandler
+| *exchangePattern* (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. |  | ExchangePattern
+| *connectionTimeout* (producer) | Timeout in millis used by the producer when 
sending a message. | 20000 | long
+| *sendToConsumer* (producer) | Dictates whether a Producer endpoint sends a 
request to an external routebox consumer. If the setting is false the Producer 
creates an embedded inner context and processes requests internally. | true | 
boolean
+| *innerContext* (advanced) | A string representing a key in the Camel 
Registry matching an object value of the type org.apache.camel.CamelContext. If 
a CamelContext is not provided by the user a CamelContext is automatically 
created for deployment of inner routes. |  | CamelContext
+| *innerProducerTemplate* (advanced) | The ProducerTemplate to use by the 
internal embeded CamelContext |  | ProducerTemplate
+| *innerRegistry* (advanced) | To use a custom registry for the internal 
embedded CamelContext. |  | Registry
+| *routeBuilders* (advanced) | A string representing a key in the Camel 
Registry matching an object value of the type List. If the user does not supply 
an innerContext pre-primed with inner routes the routeBuilders option must be 
provided as a non-empty list of RouteBuilders containing inner routes |  | 
String
+| *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
+|===
 // endpoint options: END
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f4f2e45/components/camel-rss/src/main/docs/rss-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-rss/src/main/docs/rss-component.adoc 
b/components/camel-rss/src/main/docs/rss-component.adoc
index 02b3387..28e9d1f 100644
--- a/components/camel-rss/src/main/docs/rss-component.adoc
+++ b/components/camel-rss/src/main/docs/rss-component.adoc
@@ -1,4 +1,4 @@
-## RSS Component
+== RSS Component
 
 *Available as of Camel version 2.0*
 
@@ -50,51 +50,53 @@ The RSS component has no options.
 // endpoint options: START
 The RSS endpoint is configured using URI syntax:
 
-    rss:feedUri
+----
+rss:feedUri
+----
 
 with the following path and query parameters:
 
-#### Path Parameters (1 parameters):
+==== Path Parameters (1 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **feedUri** | *Required* The URI to the feed to poll. |  | String
-|=======================================================================
+| *feedUri* | *Required* The URI to the feed to poll. |  | String
+|===
 
-#### Query Parameters (27 parameters):
+==== Query Parameters (27 parameters):
 
 [width="100%",cols="2,5,^1,2",options="header"]
-|=======================================================================
+|===
 | Name | Description | Default | Type
-| **bridgeErrorHandler** (consumer) | 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. | false | 
boolean
-| **feedHeader** (consumer) | Sets whether to add the feed object as a header 
| true | boolean
-| **filter** (consumer) | Sets whether to use filtering or not of the entries. 
| true | boolean
-| **lastUpdate** (consumer) | Sets the timestamp to be used for filtering 
entries from the atom feeds. This options is only in conjunction with the 
splitEntries. |  | Date
-| **password** (consumer) | Sets the password to be used for basic 
authentication when polling from a HTTP feed |  | String
-| **sendEmptyMessageWhenIdle** (consumer) | If the polling consumer did not 
poll any files you can enable this option to send an empty message (no body) 
instead. | false | boolean
-| **sortEntries** (consumer) | Sets whether to sort entries by published date. 
Only works when splitEntries = true. | false | boolean
-| **splitEntries** (consumer) | Sets whether or not entries should be sent 
individually or whether the entire feed should be sent as a single message | 
true | boolean
-| **throttleEntries** (consumer) | Sets whether all entries identified in a 
single feed poll should be delivered immediately. If true only one entry is 
processed per consumer.delay. Only applicable when splitEntries = true. | true 
| boolean
-| **username** (consumer) | Sets the username to be used for basic 
authentication when polling from a HTTP feed |  | String
-| **exceptionHandler** (consumer) | 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. |  | ExceptionHandler
-| **exchangePattern** (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. |  | ExchangePattern
-| **pollStrategy** (consumer) | A pluggable 
org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your 
custom implementation to control error handling usually occurred during the 
poll operation before an Exchange have been created and being routed in Camel. 
|  | PollingConsumerPoll Strategy
-| **synchronous** (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
-| **backoffErrorThreshold** (scheduler) | The number of subsequent error polls 
(failed due some error) that should happen before the backoffMultipler should 
kick-in. |  | int
-| **backoffIdleThreshold** (scheduler) | The number of subsequent idle polls 
that should happen before the backoffMultipler should kick-in. |  | int
-| **backoffMultiplier** (scheduler) | To let the scheduled polling consumer 
backoff if there has been a number of subsequent idles/errors in a row. The 
multiplier is then the number of polls that will be skipped before the next 
actual attempt is happening again. When this option is in use then 
backoffIdleThreshold and/or backoffErrorThreshold must also be configured. |  | 
int
-| **delay** (scheduler) | Milliseconds before the next poll. You can also 
specify time values using units such as 60s (60 seconds) 5m30s (5 minutes and 
30 seconds) and 1h (1 hour). | 500 | long
-| **greedy** (scheduler) | If greedy is enabled then the ScheduledPollConsumer 
will run immediately again if the previous run polled 1 or more messages. | 
false | boolean
-| **initialDelay** (scheduler) | Milliseconds before the first poll starts. 
You can also specify time values using units such as 60s (60 seconds) 5m30s (5 
minutes and 30 seconds) and 1h (1 hour). | 1000 | long
-| **runLoggingLevel** (scheduler) | The consumer logs a start/complete log 
line when it polls. This option allows you to configure the logging level for 
that. | TRACE | LoggingLevel
-| **scheduledExecutorService** (scheduler) | Allows for configuring a 
custom/shared thread pool to use for the consumer. By default each consumer has 
its own single threaded thread pool. |  | ScheduledExecutor Service
-| **scheduler** (scheduler) | To use a cron scheduler from either camel-spring 
or camel-quartz2 component | none | ScheduledPollConsumer Scheduler
-| **schedulerProperties** (scheduler) | To configure additional properties 
when using a custom scheduler or any of the Quartz2 Spring based scheduler. |  
| Map
-| **startScheduler** (scheduler) | Whether the scheduler should be auto 
started. | true | boolean
-| **timeUnit** (scheduler) | Time unit for initialDelay and delay options. | 
MILLISECONDS | TimeUnit
-| **useFixedDelay** (scheduler) | Controls if fixed delay or fixed rate is 
used. See ScheduledExecutorService in JDK for details. | true | boolean
-|=======================================================================
+| *bridgeErrorHandler* (consumer) | 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. | false | 
boolean
+| *feedHeader* (consumer) | Sets whether to add the feed object as a header | 
true | boolean
+| *filter* (consumer) | Sets whether to use filtering or not of the entries. | 
true | boolean
+| *lastUpdate* (consumer) | Sets the timestamp to be used for filtering 
entries from the atom feeds. This options is only in conjunction with the 
splitEntries. |  | Date
+| *password* (consumer) | Sets the password to be used for basic 
authentication when polling from a HTTP feed |  | String
+| *sendEmptyMessageWhenIdle* (consumer) | If the polling consumer did not poll 
any files you can enable this option to send an empty message (no body) 
instead. | false | boolean
+| *sortEntries* (consumer) | Sets whether to sort entries by published date. 
Only works when splitEntries = true. | false | boolean
+| *splitEntries* (consumer) | Sets whether or not entries should be sent 
individually or whether the entire feed should be sent as a single message | 
true | boolean
+| *throttleEntries* (consumer) | Sets whether all entries identified in a 
single feed poll should be delivered immediately. If true only one entry is 
processed per consumer.delay. Only applicable when splitEntries = true. | true 
| boolean
+| *username* (consumer) | Sets the username to be used for basic 
authentication when polling from a HTTP feed |  | String
+| *exceptionHandler* (consumer) | 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. |  | ExceptionHandler
+| *exchangePattern* (consumer) | Sets the exchange pattern when the consumer 
creates an exchange. |  | ExchangePattern
+| *pollStrategy* (consumer) | A pluggable 
org.apache.camel.PollingConsumerPollingStrategy allowing you to provide your 
custom implementation to control error handling usually occurred during the 
poll operation before an Exchange have been created and being routed in Camel. 
|  | PollingConsumerPoll Strategy
+| *synchronous* (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean
+| *backoffErrorThreshold* (scheduler) | The number of subsequent error polls 
(failed due some error) that should happen before the backoffMultipler should 
kick-in. |  | int
+| *backoffIdleThreshold* (scheduler) | The number of subsequent idle polls 
that should happen before the backoffMultipler should kick-in. |  | int
+| *backoffMultiplier* (scheduler) | To let the scheduled polling consumer 
backoff if there has been a number of subsequent idles/errors in a row. The 
multiplier is then the number of polls that will be skipped before the next 
actual attempt is happening again. When this option is in use then 
backoffIdleThreshold and/or backoffErrorThreshold must also be configured. |  | 
int
+| *delay* (scheduler) | Milliseconds before the next poll. You can also 
specify time values using units such as 60s (60 seconds) 5m30s (5 minutes and 
30 seconds) and 1h (1 hour). | 500 | long
+| *greedy* (scheduler) | If greedy is enabled then the ScheduledPollConsumer 
will run immediately again if the previous run polled 1 or more messages. | 
false | boolean
+| *initialDelay* (scheduler) | Milliseconds before the first poll starts. You 
can also specify time values using units such as 60s (60 seconds) 5m30s (5 
minutes and 30 seconds) and 1h (1 hour). | 1000 | long
+| *runLoggingLevel* (scheduler) | The consumer logs a start/complete log line 
when it polls. This option allows you to configure the logging level for that. 
| TRACE | LoggingLevel
+| *scheduledExecutorService* (scheduler) | Allows for configuring a 
custom/shared thread pool to use for the consumer. By default each consumer has 
its own single threaded thread pool. |  | ScheduledExecutor Service
+| *scheduler* (scheduler) | To use a cron scheduler from either camel-spring 
or camel-quartz2 component | none | ScheduledPollConsumer Scheduler
+| *schedulerProperties* (scheduler) | To configure additional properties when 
using a custom scheduler or any of the Quartz2 Spring based scheduler. |  | Map
+| *startScheduler* (scheduler) | Whether the scheduler should be auto started. 
| true | boolean
+| *timeUnit* (scheduler) | Time unit for initialDelay and delay options. | 
MILLISECONDS | TimeUnit
+| *useFixedDelay* (scheduler) | Controls if fixed delay or fixed rate is used. 
See ScheduledExecutorService in JDK for details. | true | boolean
+|===
 // endpoint options: END
 
 

http://git-wip-us.apache.org/repos/asf/camel/blob/4f4f2e45/components/camel-rss/src/main/docs/rss-dataformat.adoc
----------------------------------------------------------------------
diff --git a/components/camel-rss/src/main/docs/rss-dataformat.adoc 
b/components/camel-rss/src/main/docs/rss-dataformat.adoc
index 4fc9e33..02effe2 100644
--- a/components/camel-rss/src/main/docs/rss-dataformat.adoc
+++ b/components/camel-rss/src/main/docs/rss-dataformat.adoc
@@ -1,4 +1,4 @@
-## RSS DataFormat
+== RSS DataFormat
 
 *Available as of Camel version 2.1*
 
@@ -28,8 +28,8 @@ The RSS dataformat supports 1 options which are listed below.
 
 
 [width="100%",cols="2s,1m,1m,6",options="header"]
-|=======================================================================
+|===
 | Name | Default | Java Type | Description
 | contentTypeHeader | false | Boolean | Whether the data format should set the 
Content-Type header with the type from the data format if the data format is 
capable of doing so. For example application/xml for data formats marshalling 
to XML or application/json for data formats marshalling to JSon etc.
-|=======================================================================
+|===
 // dataformat options: END

Reply via email to