Name
Bean — Binds a bean to Camel message exchanges
Properties
Table 2.2 describes the properties you can specify using the properties editor.
Table 2.2. Bean Properties
| Name | Description |
|---|---|
| Bean Name | Specifies the name of the bean, from the Apache Camel configuration file, that
will process the message. This property corresponds to the
ref attribute in the XML source. |
| Bean Type | Specifies the type of the bean. |
| Method | Specifies the method to invoke on the bean. If no value is provided Apache Camel
will attempt to determine the method to invoke. If no method can be determined a
AmbiguousMethodCallException exception is
thrown. |
| Id | Specifies a unique identifier for the endpoint. The Id can be used to refer to the endpoint in the Apache Camel configuration file. |
| Description | Specifies a text description of the bean. The description is included in the generated XML file. |








