Component docs
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3a227f2c Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3a227f2c Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3a227f2c Branch: refs/heads/master Commit: 3a227f2c41344a2cb499de4293a494bd462a30b7 Parents: 43036a4 Author: Claus Ibsen <davscl...@apache.org> Authored: Sun Jan 1 15:59:53 2017 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Sun Jan 1 15:59:53 2017 +0100 ---------------------------------------------------------------------- camel-core/src/main/docs/class-component.adoc | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/3a227f2c/camel-core/src/main/docs/class-component.adoc ---------------------------------------------------------------------- diff --git a/camel-core/src/main/docs/class-component.adoc b/camel-core/src/main/docs/class-component.adoc index a93e384..ae44978 100644 --- a/camel-core/src/main/docs/class-component.adoc +++ b/camel-core/src/main/docs/class-component.adoc @@ -33,17 +33,14 @@ The Class component has no options. // endpoint options: START -The Class component supports 9 endpoint options which are listed below: +The Class component supports 6 endpoint options which are listed below: {% raw %} [width="100%",cols="2,1,1m,1m,5",options="header"] |======================================================================= | Name | Group | Default | Java Type | Description -| beanName | common | | String | *Required* Sets the name of the bean to invoke -| method | common | | String | Sets the name of the method to invoke on the bean -| bridgeErrorHandler | consumer | false | boolean | Allows for bridging the consumer to the Camel routing Error Handler which mean any exceptions occurred while the consumer is trying to pickup incoming messages or the likes will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions that will be logged at WARN/ERROR level and ignored. -| exceptionHandler | consumer (advanced) | | ExceptionHandler | To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this options is not in use. By default the consumer will deal with exceptions that will be logged at WARN/ERROR level and ignored. -| exchangePattern | consumer (advanced) | | ExchangePattern | Sets the default exchange pattern when creating an exchange. +| beanName | producer | | String | *Required* Sets the name of the bean to invoke +| method | producer | | String | Sets the name of the method to invoke on the bean | cache | advanced | false | boolean | If enabled Camel will cache the result of the first Registry look-up. Cache can be enabled if the bean in the Registry is defined as a singleton scope. | multiParameterArray | advanced | false | boolean | How to treat the parameters which are passed from the message body; if it is true the message body should be an array of parameters. Note: This option is used internally by Camel and is not intended for end users to use. | parameters | advanced | | Map | Used for configuring additional properties on the bean