Versions Compared

Key

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

...

If no method name is provided then one is attempted to be chosen using the rules for Bean IntegrationBinding; using the type of the message body and using any annotations on the bean methods.

The Bean IntegrationBinding rules are used to bind the Message Exchange to the method parameters; so you can annotate the bean to extract headers or other expressions such as XPath or XQuery from the message.

...