http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-kubernetes/src/main/docs/kubernetes-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-kubernetes/src/main/docs/kubernetes-component.adoc b/components/camel-kubernetes/src/main/docs/kubernetes-component.adoc index 4ecde62..50b18b8 100644 --- a/components/camel-kubernetes/src/main/docs/kubernetes-component.adoc +++ b/components/camel-kubernetes/src/main/docs/kubernetes-component.adoc @@ -49,17 +49,14 @@ The Kubernetes component is configured using the URI syntax with the following p #### 1 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | masterUrl | | String | *Required* Kubernetes Master url |======================================================================= -{% endraw %} #### 27 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -91,7 +88,6 @@ The Kubernetes component is configured using the URI syntax with the following p | trustCerts | security | | Boolean | Define if the certs we used are trusted anyway or not | username | security | | String | Username to connect to Kubernetes |======================================================================= -{% endraw %} // endpoint options: END
http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-ldap/src/main/docs/ldap-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-ldap/src/main/docs/ldap-component.adoc b/components/camel-ldap/src/main/docs/ldap-component.adoc index 4ee8391..1638d89 100644 --- a/components/camel-ldap/src/main/docs/ldap-component.adoc +++ b/components/camel-ldap/src/main/docs/ldap-component.adoc @@ -53,17 +53,14 @@ The LDAP component is configured using the URI syntax with the following path an #### 1 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | dirContextName | | String | *Required* Name of javax.naming.directory.DirContext bean to lookup in the registry. |======================================================================= -{% endraw %} #### 5 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -73,7 +70,6 @@ The LDAP component is configured using the URI syntax with the following path an | scope | producer | subtree | String | Specifies how deeply to search the tree of entries starting at the base DN. | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-linkedin/camel-linkedin-component/src/main/docs/linkedin-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-linkedin/camel-linkedin-component/src/main/docs/linkedin-component.adoc b/components/camel-linkedin/camel-linkedin-component/src/main/docs/linkedin-component.adoc index b1c3c3b..ebe51b4 100644 --- a/components/camel-linkedin/camel-linkedin-component/src/main/docs/linkedin-component.adoc +++ b/components/camel-linkedin/camel-linkedin-component/src/main/docs/linkedin-component.adoc @@ -56,14 +56,12 @@ The Linkedin component supports 2 options which are listed below. -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description | configuration | common | | LinkedInConfiguration | To use the shared 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. |======================================================================= -{% endraw %} // component options: END @@ -77,18 +75,15 @@ The Linkedin component is configured using the URI syntax with the following pat #### 2 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | apiName | | LinkedInApiName | *Required* What kind of operation to perform | methodName | | String | *Required* What sub operation to use for the selected operation |======================================================================= -{% endraw %} #### 14 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -107,7 +102,6 @@ The Linkedin component is configured using the URI syntax with the following pat | 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). |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-lucene/src/main/docs/lucene-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-lucene/src/main/docs/lucene-component.adoc b/components/camel-lucene/src/main/docs/lucene-component.adoc index 9bdc6b2..a9c3f78 100644 --- a/components/camel-lucene/src/main/docs/lucene-component.adoc +++ b/components/camel-lucene/src/main/docs/lucene-component.adoc @@ -55,14 +55,12 @@ The Lucene component supports 2 options which are listed below. -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description | config | advanced | | LuceneConfiguration | To use a shared lucene 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. |======================================================================= -{% endraw %} // component options: END @@ -78,18 +76,15 @@ The Lucene component is configured using the URI syntax with the following path #### 2 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | host | | String | *Required* The URL to the lucene server | operation | | LuceneOperation | *Required* Operation to do such as insert or query. |======================================================================= -{% endraw %} #### 5 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -99,7 +94,6 @@ The Lucene component is configured using the URI syntax with the following path | srcDir | producer | | File | An optional directory containing files to be used to be analyzed and added to the index at producer startup. | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-lumberjack/src/main/docs/lumberjack-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-lumberjack/src/main/docs/lumberjack-component.adoc b/components/camel-lumberjack/src/main/docs/lumberjack-component.adoc index afb90fd..5a75a28 100644 --- a/components/camel-lumberjack/src/main/docs/lumberjack-component.adoc +++ b/components/camel-lumberjack/src/main/docs/lumberjack-component.adoc @@ -41,14 +41,12 @@ The Lumberjack component supports 2 options which are listed below. -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description | sslContextParameters | security | | SSLContextParameters | Sets the default SSL configuration to use for all the endpoints. You can also configure it directly at the endpoint level. | 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. |======================================================================= -{% endraw %} // component options: END @@ -64,18 +62,15 @@ The Lumberjack component is configured using the URI syntax with the following p #### 2 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | host | | String | *Required* Network interface on which to listen for Lumberjack | port | 5044 | int | Network port on which to listen for Lumberjack |======================================================================= -{% endraw %} #### 5 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -85,7 +80,6 @@ The Lumberjack component is configured using the URI syntax with the following p | 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). |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-lzf/src/main/docs/lzf-dataformat.adoc ---------------------------------------------------------------------- diff --git a/components/camel-lzf/src/main/docs/lzf-dataformat.adoc b/components/camel-lzf/src/main/docs/lzf-dataformat.adoc index 6ece956..c453c7f 100644 --- a/components/camel-lzf/src/main/docs/lzf-dataformat.adoc +++ b/components/camel-lzf/src/main/docs/lzf-dataformat.adoc @@ -18,14 +18,12 @@ The LZF Deflate Compression dataformat supports 2 options which are listed below -{% raw %} [width="100%",cols="2s,1m,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | usingParallelCompression | false | Boolean | Enable encoding (compress) using multiple processing cores. | 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. |======================================================================= -{% endraw %} // dataformat options: END ### Marshal @@ -68,4 +66,4 @@ download page for the latest versions]). <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency> ----------------------------------------------------------- \ No newline at end of file +---------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-mail/src/main/docs/mail-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-mail/src/main/docs/mail-component.adoc b/components/camel-mail/src/main/docs/mail-component.adoc index 6f54caf..a53997c 100644 --- a/components/camel-mail/src/main/docs/mail-component.adoc +++ b/components/camel-mail/src/main/docs/mail-component.adoc @@ -81,7 +81,6 @@ The Mail component supports 3 options which are listed below. -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -89,7 +88,6 @@ The Mail component supports 3 options which are listed below. | contentTypeResolver | advanced | | ContentTypeResolver | Resolver to determine Content-Type for file attachments. | 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. |======================================================================= -{% endraw %} // component options: END @@ -104,18 +102,15 @@ The Mail component is configured using the URI syntax with the following path an #### 2 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | host | | String | *Required* The mail server host name | port | | int | The port number of the mail server |======================================================================= -{% endraw %} #### 61 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -181,7 +176,6 @@ The Mail component is configured using the URI syntax with the following path an | sslContextParameters | security | | SSLContextParameters | To configure security using SSLContextParameters. | username | security | | String | The username for login |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-mail/src/main/docs/mime-multipart-dataformat.adoc ---------------------------------------------------------------------- diff --git a/components/camel-mail/src/main/docs/mime-multipart-dataformat.adoc b/components/camel-mail/src/main/docs/mime-multipart-dataformat.adoc index c75cc25..221a34d 100644 --- a/components/camel-mail/src/main/docs/mime-multipart-dataformat.adoc +++ b/components/camel-mail/src/main/docs/mime-multipart-dataformat.adoc @@ -47,7 +47,6 @@ The MIME Multipart dataformat supports 6 options which are listed below. -{% raw %} [width="100%",cols="2s,1m,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description @@ -58,7 +57,6 @@ The MIME Multipart dataformat supports 6 options which are listed below. | binaryContent | false | Boolean | Defines whether the content of binary parts in the MIME multipart is binary (true) or Base-64 encoded (false) Default is false. | 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. |======================================================================= -{% endraw %} // dataformat options: END ### Message Headers (marshal) @@ -197,4 +195,4 @@ If you use Maven you can just add the following to your pom.xml: <artifactId>camel-mail</artifactId> <version>x.x.x</version> <!-- use the same version as your Camel core version --> </dependency> ------------------------------------------------------------------------------------ \ No newline at end of file +----------------------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-metrics/src/main/docs/metrics-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-metrics/src/main/docs/metrics-component.adoc b/components/camel-metrics/src/main/docs/metrics-component.adoc index 85ada71..344944c 100644 --- a/components/camel-metrics/src/main/docs/metrics-component.adoc +++ b/components/camel-metrics/src/main/docs/metrics-component.adoc @@ -48,14 +48,12 @@ The Metrics component supports 2 options which are listed below. -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description | metricRegistry | advanced | | MetricRegistry | To use a custom configured MetricRegistry. | 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. |======================================================================= -{% endraw %} // component options: END @@ -66,18 +64,15 @@ The Metrics component is configured using the URI syntax with the following path #### 2 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | metricsType | | MetricsType | *Required* Type of metrics | metricsName | | String | *Required* Name of metrics |======================================================================= -{% endraw %} #### 7 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -89,7 +84,6 @@ The Metrics component is configured using the URI syntax with the following path | value | producer | | Long | Value value when using histogram type | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-mina/src/main/docs/mina-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-mina/src/main/docs/mina-component.adoc b/components/camel-mina/src/main/docs/mina-component.adoc index 90e9722..f447945 100644 --- a/components/camel-mina/src/main/docs/mina-component.adoc +++ b/components/camel-mina/src/main/docs/mina-component.adoc @@ -68,14 +68,12 @@ The Mina component supports 2 options which are listed below. -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description | configuration | advanced | | MinaConfiguration | To use the shared mina 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. |======================================================================= -{% endraw %} // component options: END @@ -92,7 +90,6 @@ The Mina component is configured using the URI syntax with the following path an #### 3 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description @@ -100,11 +97,9 @@ The Mina component is configured using the URI syntax with the following path an | host | | String | *Required* Hostname to use. Use localhost or 0.0.0.0 for local server as consumer. For producer use the hostname or ip address of the remote server. | port | | int | *Required* Port number |======================================================================= -{% endraw %} #### 21 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -130,7 +125,6 @@ The Mina component is configured using the URI syntax with the following path an | textline | codec | false | boolean | Only used for TCP. If no codec is specified you can use this flag to indicate a text line based codec; if not specified or the value is false then Object Serialization is assumed over TCP. | textlineDelimiter | codec | | TextLineDelimiter | Only used for TCP and if textline=true. Sets the text line delimiter to use. If none provided Camel will use DEFAULT. This delimiter is used to mark the end of text. |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-mina2/src/main/docs/mina2-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-mina2/src/main/docs/mina2-component.adoc b/components/camel-mina2/src/main/docs/mina2-component.adoc index cf2d0f9..85f30ae 100644 --- a/components/camel-mina2/src/main/docs/mina2-component.adoc +++ b/components/camel-mina2/src/main/docs/mina2-component.adoc @@ -67,14 +67,12 @@ The Mina2 component supports 2 options which are listed below. -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description | configuration | advanced | | Mina2Configuration | To use the shared mina 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. |======================================================================= -{% endraw %} // component options: END @@ -91,7 +89,6 @@ The Mina2 component is configured using the URI syntax with the following path a #### 3 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description @@ -99,11 +96,9 @@ The Mina2 component is configured using the URI syntax with the following path a | host | | String | *Required* Hostname to use. Use localhost or 0.0.0.0 for local server as consumer. For producer use the hostname or ip address of the remote server. | port | | int | *Required* Port number |======================================================================= -{% endraw %} #### 26 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -134,7 +129,6 @@ The Mina2 component is configured using the URI syntax with the following path a | autoStartTls | security | true | boolean | Whether to auto start SSL handshake. | sslContextParameters | security | | SSLContextParameters | To configure SSL security. |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-mllp/src/main/docs/mllp-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-mllp/src/main/docs/mllp-component.adoc b/components/camel-mllp/src/main/docs/mllp-component.adoc index b1dbbb7..4952401 100644 --- a/components/camel-mllp/src/main/docs/mllp-component.adoc +++ b/components/camel-mllp/src/main/docs/mllp-component.adoc @@ -57,18 +57,15 @@ The MLLP component is configured using the URI syntax with the following path an #### 2 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | hostname | | String | *Required* Hostname or IP for connection for the TCP connection. The default value is null which means any local IP address | port | | int | *Required* Port number for the TCP connection |======================================================================= -{% endraw %} #### 22 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -95,7 +92,6 @@ The MLLP component is configured using the URI syntax with the following path an | readTimeout | timeout | 500 | int | The SO_TIMEOUT value (in milliseconds) used after the start of an MLLP frame has been received | receiveTimeout | timeout | 10000 | int | The SO_TIMEOUT value (in milliseconds) used when waiting for the start of an MLLP frame |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-mongodb-gridfs/src/main/docs/mongodb-gridfs-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-mongodb-gridfs/src/main/docs/mongodb-gridfs-component.adoc b/components/camel-mongodb-gridfs/src/main/docs/mongodb-gridfs-component.adoc index 37ca5e65..62a2d6f 100644 --- a/components/camel-mongodb-gridfs/src/main/docs/mongodb-gridfs-component.adoc +++ b/components/camel-mongodb-gridfs/src/main/docs/mongodb-gridfs-component.adoc @@ -39,17 +39,14 @@ The MongoDB GridFS component is configured using the URI syntax with the followi #### 1 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | connectionBean | | String | *Required* Name of com.mongodb.Mongo to use. |======================================================================= -{% endraw %} #### 17 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -71,7 +68,6 @@ The MongoDB GridFS component is configured using the URI syntax with the followi | operation | producer | | String | Sets the operation this endpoint will execute against GridRS. | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-mongodb/src/main/docs/mongodb-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-mongodb/src/main/docs/mongodb-component.adoc b/components/camel-mongodb/src/main/docs/mongodb-component.adoc index 62d05e0..8e8e0dc 100644 --- a/components/camel-mongodb/src/main/docs/mongodb-component.adoc +++ b/components/camel-mongodb/src/main/docs/mongodb-component.adoc @@ -66,17 +66,14 @@ The MongoDB component is configured using the URI syntax with the following path #### 1 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | connectionBean | | String | *Required* Name of com.mongodb.Mongo to use. |======================================================================= -{% endraw %} #### 23 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -104,7 +101,6 @@ The MongoDB component is configured using the URI syntax with the following path | tailTrackIncreasingField | tail | | String | Correlation field in the incoming record which is of increasing nature and will be used to position the tailing cursor every time it is generated. The cursor will be (re)created with a query of type: tailTrackIncreasingField lastValue (possibly recovered from persistent tail tracking). Can be of type Integer Date String etc. NOTE: No support for dot notation at the current time so the field should be at the top level of the document. | tailTrackingStrategy | tail | LITERAL | MongoDBTailTrackingEnum | Sets the strategy used to extract the increasing field value and to create the query to position the tail cursor. |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc b/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc index f7a4ea2..a4ad40b 100644 --- a/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc +++ b/components/camel-mongodb3/src/main/docs/mongodb3-component.adoc @@ -68,17 +68,14 @@ The MongoDB component is configured using the URI syntax with the following path #### 1 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | connectionBean | | String | *Required* Name of com.mongodb.Mongo to use. |======================================================================= -{% endraw %} #### 19 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -102,7 +99,6 @@ The MongoDB component is configured using the URI syntax with the following path | tailTrackField | tail | | String | Field where the last tracked value will be placed. If not specified link MongoDbTailTrackingConfigDEFAULT_FIELD will be used by default. | tailTrackIncreasingField | tail | | String | Correlation field in the incoming record which is of increasing nature and will be used to position the tailing cursor every time it is generated. The cursor will be (re)created with a query of type: tailTrackIncreasingField lastValue (possibly recovered from persistent tail tracking). Can be of type Integer Date String etc. NOTE: No support for dot notation at the current time so the field should be at the top level of the document. |======================================================================= -{% endraw %} // endpoint options: END Note on options of MoongoDB component http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-mqtt/src/main/docs/mqtt-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-mqtt/src/main/docs/mqtt-component.adoc b/components/camel-mqtt/src/main/docs/mqtt-component.adoc index 368426f..905fc58 100644 --- a/components/camel-mqtt/src/main/docs/mqtt-component.adoc +++ b/components/camel-mqtt/src/main/docs/mqtt-component.adoc @@ -39,7 +39,6 @@ The MQTT component supports 4 options which are listed below. -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -48,7 +47,6 @@ The MQTT component supports 4 options which are listed below. | password | security | | String | Password to be used for authentication against the MQTT broker | 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. |======================================================================= -{% endraw %} // component options: END @@ -63,17 +61,14 @@ The MQTT component is configured using the URI syntax with the following path an #### 1 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | name | | String | *Required* A logical name to use which is not the topic name. |======================================================================= -{% endraw %} #### 39 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -117,7 +112,6 @@ The MQTT component is configured using the URI syntax with the following path an | lazySessionCreation | producer (advanced) | true | boolean | Sessions can be lazily created to avoid exceptions if the remote server is not up and running when the Camel producer is started. | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-msv/src/main/docs/msv-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-msv/src/main/docs/msv-component.adoc b/components/camel-msv/src/main/docs/msv-component.adoc index 32634e7..be1f321 100644 --- a/components/camel-msv/src/main/docs/msv-component.adoc +++ b/components/camel-msv/src/main/docs/msv-component.adoc @@ -55,7 +55,6 @@ The MSV component supports 3 options which are listed below. -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -63,7 +62,6 @@ The MSV component supports 3 options which are listed below. | resourceResolverFactory | advanced | | ValidatorResourceResolverFactory | To use a custom LSResourceResolver which depends on a dynamic endpoint resource URI | 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. |======================================================================= -{% endraw %} // component options: END @@ -78,17 +76,14 @@ The MSV component is configured using the URI syntax with the following path and #### 1 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | resourceUri | | String | *Required* URL to a local resource on the classpath or a reference to lookup a bean in the Registry or a full URL to a remote resource or resource on the file system which contains the XSD to validate against. |======================================================================= -{% endraw %} #### 11 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -104,7 +99,6 @@ The MSV component is configured using the URI syntax with the following path and | useDom | advanced | false | boolean | Whether DOMSource/DOMResult or SaxSource/SaxResult should be used by the validator. | useSharedSchema | advanced | true | boolean | Whether the Schema instance should be shared or not. This option is introduced to work around a JDK 1.6.x bug. Xerces should not have this issue. |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-mustache/src/main/docs/mustache-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-mustache/src/main/docs/mustache-component.adoc b/components/camel-mustache/src/main/docs/mustache-component.adoc index 8af5d9b..673531c 100644 --- a/components/camel-mustache/src/main/docs/mustache-component.adoc +++ b/components/camel-mustache/src/main/docs/mustache-component.adoc @@ -44,14 +44,12 @@ The Mustache component supports 2 options which are listed below. -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description | mustacheFactory | advanced | | MustacheFactory | To use a custom MustacheFactory | 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. |======================================================================= -{% endraw %} // component options: END @@ -68,17 +66,14 @@ The Mustache component is configured using the URI syntax with the following pat #### 1 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | resourceUri | | String | *Required* Path to the resource. You can prefix with: classpath file http ref or bean. classpath file and http loads the resource using these protocols (classpath is default). ref will lookup the resource in the registry. bean will call a method on a bean to be used as the resource. For bean you can specify the method name after dot eg bean:myBean.myMethod. |======================================================================= -{% endraw %} #### 5 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -88,7 +83,6 @@ The Mustache component is configured using the URI syntax with the following pat | startDelimiter | producer | {{ | String | Characters used to mark template code beginning. | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). |======================================================================= -{% endraw %} // endpoint options: END {% endraw %} http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-mvel/src/main/docs/mvel-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-mvel/src/main/docs/mvel-component.adoc b/components/camel-mvel/src/main/docs/mvel-component.adoc index af2e8fe..176ab17 100644 --- a/components/camel-mvel/src/main/docs/mvel-component.adoc +++ b/components/camel-mvel/src/main/docs/mvel-component.adoc @@ -50,17 +50,14 @@ The MVEL component is configured using the URI syntax with the following path an #### 1 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | resourceUri | | String | *Required* Path to the resource. You can prefix with: classpath file http ref or bean. classpath file and http loads the resource using these protocols (classpath is default). ref will lookup the resource in the registry. bean will call a method on a bean to be used as the resource. For bean you can specify the method name after dot eg bean:myBean.myMethod. |======================================================================= -{% endraw %} #### 3 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -68,7 +65,6 @@ The MVEL component is configured using the URI syntax with the following path an | encoding | producer | | String | Character encoding of the resource content. | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-mvel/src/main/docs/mvel-language.adoc ---------------------------------------------------------------------- diff --git a/components/camel-mvel/src/main/docs/mvel-language.adoc b/components/camel-mvel/src/main/docs/mvel-language.adoc index 4b488af..2e7b47f 100644 --- a/components/camel-mvel/src/main/docs/mvel-language.adoc +++ b/components/camel-mvel/src/main/docs/mvel-language.adoc @@ -29,13 +29,11 @@ The MVEL language supports 1 options which are listed below. -{% raw %} [width="100%",cols="2,1m,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | trim | true | Boolean | Whether to trim the value to remove leading and trailing whitespaces and line breaks |======================================================================= -{% endraw %} // language options: END ### Variables @@ -118,4 +116,4 @@ link:download.html[the download page for the latest versions]). <artifactId>camel-mvel</artifactId> <version>x.x.x</version> </dependency> -------------------------------------- \ No newline at end of file +------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-mybatis/src/main/docs/mybatis-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-mybatis/src/main/docs/mybatis-component.adoc b/components/camel-mybatis/src/main/docs/mybatis-component.adoc index dfdbfdb..89a425f 100644 --- a/components/camel-mybatis/src/main/docs/mybatis-component.adoc +++ b/components/camel-mybatis/src/main/docs/mybatis-component.adoc @@ -48,7 +48,6 @@ The MyBatis component supports 3 options which are listed below. -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -56,7 +55,6 @@ The MyBatis component supports 3 options which are listed below. | configurationUri | common | SqlMapConfig.xml | String | Location of MyBatis xml configuration file. The default value is: SqlMapConfig.xml loaded from the classpath | 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. |======================================================================= -{% endraw %} // component options: END @@ -71,17 +69,14 @@ The MyBatis component is configured using the URI syntax with the following path #### 1 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | statement | | String | *Required* The statement name in the MyBatis XML mapping file which maps to the query insert update or delete operation you wish to evaluate. |======================================================================= -{% endraw %} #### 29 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -115,7 +110,6 @@ The MyBatis component is configured using the URI syntax with the following path | timeUnit | scheduler | MILLISECONDS | TimeUnit | Time unit for initialDelay and delay options. | useFixedDelay | scheduler | true | boolean | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details. |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-nagios/src/main/docs/nagios-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-nagios/src/main/docs/nagios-component.adoc b/components/camel-nagios/src/main/docs/nagios-component.adoc index 27b8d80..6423087 100644 --- a/components/camel-nagios/src/main/docs/nagios-component.adoc +++ b/components/camel-nagios/src/main/docs/nagios-component.adoc @@ -42,14 +42,12 @@ The Nagios component supports 2 options which are listed below. -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description | configuration | advanced | | NagiosConfiguration | To use a shared NagiosConfiguration | 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. |======================================================================= -{% endraw %} // component options: END @@ -65,18 +63,15 @@ The Nagios component is configured using the URI syntax with the following path #### 2 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | host | | String | *Required* This is the address of the Nagios host where checks should be send. | port | | int | *Required* The port number of the host. |======================================================================= -{% endraw %} #### 6 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -87,7 +82,6 @@ The Nagios component is configured using the URI syntax with the following path | encryptionMethod | security | | NagiosEncryptionMethod | To specify an encryption method. | password | security | | String | Password to be authenticated when sending checks to Nagios. |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-nats/src/main/docs/nats-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-nats/src/main/docs/nats-component.adoc b/components/camel-nats/src/main/docs/nats-component.adoc index 48713e3..b66488d 100644 --- a/components/camel-nats/src/main/docs/nats-component.adoc +++ b/components/camel-nats/src/main/docs/nats-component.adoc @@ -44,17 +44,14 @@ The Nats component is configured using the URI syntax with the following path an #### 1 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | servers | | String | *Required* URLs to one or more NAT servers. Use comma to separate URLs when specifying multiple servers. |======================================================================= -{% endraw %} #### 22 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -81,7 +78,6 @@ The Nats component is configured using the URI syntax with the following path an | sslContextParameters | security | | SSLContextParameters | To configure security using SSLContextParameters | tlsDebug | security | false | boolean | TLS Debug it will add additional console output |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-netty-http/src/main/docs/netty-http-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-netty-http/src/main/docs/netty-http-component.adoc b/components/camel-netty-http/src/main/docs/netty-http-component.adoc index f57b35a..7a395f9 100644 --- a/components/camel-netty-http/src/main/docs/netty-http-component.adoc +++ b/components/camel-netty-http/src/main/docs/netty-http-component.adoc @@ -80,7 +80,6 @@ The Netty HTTP component supports 6 options which are listed below. -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -91,7 +90,6 @@ The Netty HTTP component supports 6 options which are listed below. | maximumPoolSize | advanced | 16 | int | The core pool size for the ordered thread pool if its in use. The default value is 16. | 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. |======================================================================= -{% endraw %} // component options: END @@ -108,7 +106,6 @@ The Netty HTTP component is configured using the URI syntax with the following p #### 4 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description @@ -117,11 +114,9 @@ The Netty HTTP component is configured using the URI syntax with the following p | port | | int | The host port number | path | | String | Resource path |======================================================================= -{% endraw %} #### 78 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -204,7 +199,6 @@ The Netty HTTP component is configured using the URI syntax with the following p | trustStoreFile | security | | File | Server side certificate keystore to be used for encryption | trustStoreResource | security | | String | Server side certificate keystore to be used for encryption. Is loaded by default from classpath but you can prefix with classpath: file: or http: to load the resource from different systems. |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-netty/src/main/docs/netty-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-netty/src/main/docs/netty-component.adoc b/components/camel-netty/src/main/docs/netty-component.adoc index f4eee0d..b261127 100644 --- a/components/camel-netty/src/main/docs/netty-component.adoc +++ b/components/camel-netty/src/main/docs/netty-component.adoc @@ -60,7 +60,6 @@ The Netty component supports 3 options which are listed below. -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -68,7 +67,6 @@ The Netty component supports 3 options which are listed below. | maximumPoolSize | advanced | 16 | int | The core pool size for the ordered thread pool if its in use. The default value is 16. | 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. |======================================================================= -{% endraw %} // component options: END @@ -85,7 +83,6 @@ The Netty component is configured using the URI syntax with the following path a #### 3 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description @@ -93,11 +90,9 @@ The Netty component is configured using the URI syntax with the following path a | host | | String | *Required* The hostname. For the consumer the hostname is localhost or 0.0.0.0 For the producer the hostname is the remote host to connect to | port | | int | *Required* The host port number |======================================================================= -{% endraw %} #### 67 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -169,7 +164,6 @@ The Netty component is configured using the URI syntax with the following path a | trustStoreFile | security | | File | Server side certificate keystore to be used for encryption | trustStoreResource | security | | String | Server side certificate keystore to be used for encryption. Is loaded by default from classpath but you can prefix with classpath: file: or http: to load the resource from different systems. |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc b/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc index 81a388e..b5cc577 100644 --- a/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc +++ b/components/camel-netty4-http/src/main/docs/netty4-http-component.adoc @@ -79,7 +79,6 @@ The Netty4 HTTP component supports 7 options which are listed below. -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -91,7 +90,6 @@ The Netty4 HTTP component supports 7 options which are listed below. | executorService | advanced | | EventExecutorGroup | To use the given EventExecutorGroup | 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. |======================================================================= -{% endraw %} // component options: END @@ -110,7 +108,6 @@ The Netty4 HTTP component is configured using the URI syntax with the following #### 4 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description @@ -119,11 +116,9 @@ The Netty4 HTTP component is configured using the URI syntax with the following | port | | int | The host port number | path | | String | Resource path |======================================================================= -{% endraw %} #### 79 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -207,7 +202,6 @@ The Netty4 HTTP component is configured using the URI syntax with the following | trustStoreFile | security | | File | Server side certificate keystore to be used for encryption | trustStoreResource | security | | String | Server side certificate keystore to be used for encryption. Is loaded by default from classpath but you can prefix with classpath: file: or http: to load the resource from different systems. |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-netty4/src/main/docs/netty4-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-netty4/src/main/docs/netty4-component.adoc b/components/camel-netty4/src/main/docs/netty4-component.adoc index af2f362..d7482b2 100644 --- a/components/camel-netty4/src/main/docs/netty4-component.adoc +++ b/components/camel-netty4/src/main/docs/netty4-component.adoc @@ -57,7 +57,6 @@ The Netty4 component supports 4 options which are listed below. -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -66,7 +65,6 @@ The Netty4 component supports 4 options which are listed below. | executorService | advanced | | EventExecutorGroup | To use the given EventExecutorGroup | 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. |======================================================================= -{% endraw %} // component options: END @@ -86,7 +84,6 @@ The Netty4 component is configured using the URI syntax with the following path #### 3 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description @@ -94,11 +91,9 @@ The Netty4 component is configured using the URI syntax with the following path | host | | String | *Required* The hostname. For the consumer the hostname is localhost or 0.0.0.0 For the producer the hostname is the remote host to connect to | port | | int | *Required* The host port number |======================================================================= -{% endraw %} #### 71 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -174,7 +169,6 @@ The Netty4 component is configured using the URI syntax with the following path | trustStoreFile | security | | File | Server side certificate keystore to be used for encryption | trustStoreResource | security | | String | Server side certificate keystore to be used for encryption. Is loaded by default from classpath but you can prefix with classpath: file: or http: to load the resource from different systems. |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-ognl/src/main/docs/ognl-language.adoc ---------------------------------------------------------------------- diff --git a/components/camel-ognl/src/main/docs/ognl-language.adoc b/components/camel-ognl/src/main/docs/ognl-language.adoc index 2c2f4a1..ffcb132 100644 --- a/components/camel-ognl/src/main/docs/ognl-language.adoc +++ b/components/camel-ognl/src/main/docs/ognl-language.adoc @@ -31,13 +31,11 @@ The OGNL language supports 1 options which are listed below. -{% raw %} [width="100%",cols="2,1m,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | trim | true | Boolean | Whether to trim the value to remove leading and trailing whitespaces and line breaks |======================================================================= -{% endraw %} // language options: END @@ -125,4 +123,4 @@ link:download.html[the download page for the latest versions]). ------------------------------------- Otherwise, you'll also need -http://repo2.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ognl/2.7.3_4/org.apache.servicemix.bundles.ognl-2.7.3_4.jar[OGNL] \ No newline at end of file +http://repo2.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.ognl/2.7.3_4/org.apache.servicemix.bundles.ognl-2.7.3_4.jar[OGNL] http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-olingo2/camel-olingo2-component/src/main/docs/olingo2-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-olingo2/camel-olingo2-component/src/main/docs/olingo2-component.adoc b/components/camel-olingo2/camel-olingo2-component/src/main/docs/olingo2-component.adoc index e93b571..500336f 100644 --- a/components/camel-olingo2/camel-olingo2-component/src/main/docs/olingo2-component.adoc +++ b/components/camel-olingo2/camel-olingo2-component/src/main/docs/olingo2-component.adoc @@ -47,14 +47,12 @@ The Olingo2 component supports 2 options which are listed below. -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description | configuration | common | | Olingo2Configuration | To use the shared 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. |======================================================================= -{% endraw %} // component options: END @@ -69,18 +67,15 @@ The Olingo2 component is configured using the URI syntax with the following path #### 2 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | apiName | | Olingo2ApiName | *Required* What kind of operation to perform | methodName | | String | *Required* What sub operation to use for the selected operation |======================================================================= -{% endraw %} #### 14 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -99,7 +94,6 @@ The Olingo2 component is configured using the URI syntax with the following path | 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). |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-openshift/src/main/docs/openshift-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-openshift/src/main/docs/openshift-component.adoc b/components/camel-openshift/src/main/docs/openshift-component.adoc index 2836fab..d293121 100644 --- a/components/camel-openshift/src/main/docs/openshift-component.adoc +++ b/components/camel-openshift/src/main/docs/openshift-component.adoc @@ -37,7 +37,6 @@ The OpenShift component supports 5 options which are listed below. -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -47,7 +46,6 @@ The OpenShift component supports 5 options which are listed below. | server | common | | String | Url to the openshift server. If not specified then the default value from the local openshift configuration file /.openshift/express.conf is used. And if that fails as well then openshift.redhat.com is used. | 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. |======================================================================= -{% endraw %} // component options: END @@ -60,17 +58,14 @@ The OpenShift component is configured using the URI syntax with the following pa #### 1 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | clientId | | String | *Required* The client id |======================================================================= -{% endraw %} #### 26 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -101,7 +96,6 @@ The OpenShift component is configured using the URI syntax with the following pa | timeUnit | scheduler | MILLISECONDS | TimeUnit | Time unit for initialDelay and delay options. | useFixedDelay | scheduler | true | boolean | Controls if fixed delay or fixed rate is used. See ScheduledExecutorService in JDK for details. |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-openstack/src/main/docs/openstack-cinder-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-openstack/src/main/docs/openstack-cinder-component.adoc b/components/camel-openstack/src/main/docs/openstack-cinder-component.adoc index 9357cac..29629b5 100644 --- a/components/camel-openstack/src/main/docs/openstack-cinder-component.adoc +++ b/components/camel-openstack/src/main/docs/openstack-cinder-component.adoc @@ -45,17 +45,14 @@ The OpenStack Cinder component is configured using the URI syntax with the follo #### 1 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | host | | String | *Required* OpenStack host url |======================================================================= -{% endraw %} #### 9 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -69,7 +66,6 @@ The OpenStack Cinder component is configured using the URI syntax with the follo | username | producer | | String | *Required* OpenStack username | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-openstack/src/main/docs/openstack-glance-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-openstack/src/main/docs/openstack-glance-component.adoc b/components/camel-openstack/src/main/docs/openstack-glance-component.adoc index df15350..d4b9fc1 100644 --- a/components/camel-openstack/src/main/docs/openstack-glance-component.adoc +++ b/components/camel-openstack/src/main/docs/openstack-glance-component.adoc @@ -45,17 +45,14 @@ The OpenStack Glance component is configured using the URI syntax with the follo #### 1 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | host | | String | *Required* OpenStack host url |======================================================================= -{% endraw %} #### 8 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -68,7 +65,6 @@ The OpenStack Glance component is configured using the URI syntax with the follo | username | producer | | String | *Required* OpenStack username | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-openstack/src/main/docs/openstack-keystone-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-openstack/src/main/docs/openstack-keystone-component.adoc b/components/camel-openstack/src/main/docs/openstack-keystone-component.adoc index 09b869f..bc5c1e0 100644 --- a/components/camel-openstack/src/main/docs/openstack-keystone-component.adoc +++ b/components/camel-openstack/src/main/docs/openstack-keystone-component.adoc @@ -47,17 +47,14 @@ The OpenStack Keystone component is configured using the URI syntax with the fol #### 1 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | host | | String | *Required* OpenStack host url |======================================================================= -{% endraw %} #### 8 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -70,7 +67,6 @@ The OpenStack Keystone component is configured using the URI syntax with the fol | username | producer | | String | *Required* OpenStack username | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-openstack/src/main/docs/openstack-neutron-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-openstack/src/main/docs/openstack-neutron-component.adoc b/components/camel-openstack/src/main/docs/openstack-neutron-component.adoc index df0facd..8051fea 100644 --- a/components/camel-openstack/src/main/docs/openstack-neutron-component.adoc +++ b/components/camel-openstack/src/main/docs/openstack-neutron-component.adoc @@ -45,17 +45,14 @@ The OpenStack Neutron component is configured using the URI syntax with the foll #### 1 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | host | | String | *Required* OpenStack host url |======================================================================= -{% endraw %} #### 9 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -69,7 +66,6 @@ The OpenStack Neutron component is configured using the URI syntax with the foll | username | producer | | String | *Required* OpenStack username | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-openstack/src/main/docs/openstack-nova-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-openstack/src/main/docs/openstack-nova-component.adoc b/components/camel-openstack/src/main/docs/openstack-nova-component.adoc index 5ede951..909f7cc 100644 --- a/components/camel-openstack/src/main/docs/openstack-nova-component.adoc +++ b/components/camel-openstack/src/main/docs/openstack-nova-component.adoc @@ -45,17 +45,14 @@ The OpenStack Nova component is configured using the URI syntax with the followi #### 1 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | host | | String | *Required* OpenStack host url |======================================================================= -{% endraw %} #### 9 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -69,7 +66,6 @@ The OpenStack Nova component is configured using the URI syntax with the followi | username | producer | | String | *Required* OpenStack username | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-openstack/src/main/docs/openstack-swift-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-openstack/src/main/docs/openstack-swift-component.adoc b/components/camel-openstack/src/main/docs/openstack-swift-component.adoc index a75ccaa..b1bbda8 100644 --- a/components/camel-openstack/src/main/docs/openstack-swift-component.adoc +++ b/components/camel-openstack/src/main/docs/openstack-swift-component.adoc @@ -45,17 +45,14 @@ The OpenStack Swift component is configured using the URI syntax with the follow #### 1 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | host | | String | *Required* OpenStack host url |======================================================================= -{% endraw %} #### 9 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -69,7 +66,6 @@ The OpenStack Swift component is configured using the URI syntax with the follow | username | producer | | String | *Required* OpenStack username | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-optaplanner/src/main/docs/optaplanner-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-optaplanner/src/main/docs/optaplanner-component.adoc b/components/camel-optaplanner/src/main/docs/optaplanner-component.adoc index 9b722a3..ff75ae3 100644 --- a/components/camel-optaplanner/src/main/docs/optaplanner-component.adoc +++ b/components/camel-optaplanner/src/main/docs/optaplanner-component.adoc @@ -51,17 +51,14 @@ The OptaPlanner component is configured using the URI syntax with the following #### 1 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | configFile | | String | *Required* Specifies the location to the solver file |======================================================================= -{% endraw %} #### 7 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -73,7 +70,6 @@ The OptaPlanner component is configured using the URI syntax with the following | threadPoolSize | producer | 10 | int | Specifies the thread pool size to use when async is true | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-paho/src/main/docs/paho-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-paho/src/main/docs/paho-component.adoc b/components/camel-paho/src/main/docs/paho-component.adoc index a162da5..dbf4440 100644 --- a/components/camel-paho/src/main/docs/paho-component.adoc +++ b/components/camel-paho/src/main/docs/paho-component.adoc @@ -121,7 +121,6 @@ The Paho component supports 4 options which are listed below. -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -130,7 +129,6 @@ The Paho component supports 4 options which are listed below. | connectOptions | advanced | | MqttConnectOptions | Client connection options | 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. |======================================================================= -{% endraw %} // component options: END @@ -143,17 +141,14 @@ The Paho component is configured using the URI syntax with the following path an #### 1 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | topic | | String | *Required* Name of the topic |======================================================================= -{% endraw %} #### 11 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -169,7 +164,6 @@ The Paho component is configured using the URI syntax with the following path an | 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). |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-paxlogging/src/main/docs/paxlogging-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-paxlogging/src/main/docs/paxlogging-component.adoc b/components/camel-paxlogging/src/main/docs/paxlogging-component.adoc index dd26b8c..7e865e0 100644 --- a/components/camel-paxlogging/src/main/docs/paxlogging-component.adoc +++ b/components/camel-paxlogging/src/main/docs/paxlogging-component.adoc @@ -41,14 +41,12 @@ The OSGi PAX Logging component supports 2 options which are listed below. -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description | bundleContext | consumer | | BundleContext | The OSGi BundleContext is automatic injected by Camel | 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. |======================================================================= -{% endraw %} // component options: END @@ -61,17 +59,14 @@ The OSGi PAX Logging component is configured using the URI syntax with the follo #### 1 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | appender | | String | *Required* Appender is the name of the pax appender that need to be configured in the PaxLogging service configuration. |======================================================================= -{% endraw %} #### 4 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -80,7 +75,6 @@ The OSGi PAX Logging component is configured using the URI syntax with the follo | 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). |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-pdf/src/main/docs/pdf-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-pdf/src/main/docs/pdf-component.adoc b/components/camel-pdf/src/main/docs/pdf-component.adoc index f8da0a6..38c4ae1 100644 --- a/components/camel-pdf/src/main/docs/pdf-component.adoc +++ b/components/camel-pdf/src/main/docs/pdf-component.adoc @@ -46,17 +46,14 @@ The PDF component is configured using the URI syntax with the following path and #### 1 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description | operation | | PdfOperation | *Required* Operation type |======================================================================= -{% endraw %} #### 9 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -70,7 +67,6 @@ The PDF component is configured using the URI syntax with the following path and | textProcessingFactory | producer | lineTermination | TextProcessingFactory | Text processing to use. autoFormatting: Text is getting sliced by words then max amount of words that fits in the line will be written into pdf document. With this strategy all words that doesn't fit in the line will be moved to the new line. lineTermination: Builds set of classes for line-termination writing strategy. Text getting sliced by line termination symbol and then it will be written regardless it fits in the line or not. | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported). |======================================================================= -{% endraw %} // endpoint options: END http://git-wip-us.apache.org/repos/asf/camel/blob/bd1274ce/components/camel-pgevent/src/main/docs/pgevent-component.adoc ---------------------------------------------------------------------- diff --git a/components/camel-pgevent/src/main/docs/pgevent-component.adoc b/components/camel-pgevent/src/main/docs/pgevent-component.adoc index 2463dc1..2c14fee 100644 --- a/components/camel-pgevent/src/main/docs/pgevent-component.adoc +++ b/components/camel-pgevent/src/main/docs/pgevent-component.adoc @@ -49,7 +49,6 @@ The PostgresSQL Event component is configured using the URI syntax with the foll #### 4 path parameters: -{% raw %} [width="100%",cols="2,1,1m,6",options="header"] |======================================================================= | Name | Default | Java Type | Description @@ -58,11 +57,9 @@ The PostgresSQL Event component is configured using the URI syntax with the foll | database | | String | *Required* The database name | channel | | String | *Required* The channel name |======================================================================= -{% endraw %} #### 7 query parameters: -{% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description @@ -74,7 +71,6 @@ The PostgresSQL Event component is configured using the URI syntax with the foll | pass | security | | String | Password for login | user | security | postgres | String | Username for login |======================================================================= -{% endraw %} // endpoint options: END