Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Description

Example

Required?

default value

method

The method name that bean will be inovked

method=someMethod

No

someMethod defines the name of the method to invoke,This will use the Bean Binding to map the message exchange to the bean.

multiParameterArray

New option in Camel 1.5: How to treat the parameters which are passed from the message body, if it is true, the in message body should be the an array of parameters

multiParameterArray=true

No

false

...