Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: CAMEL-796

...

Annotation

Meaning

@Body

To bind to an inbound message body

@Header

To bind to an inbound message header

@Headers

To bind to the Map of the inbound message headers

@OutHeader

To bind to an outbound message header

@OutHeaders

To bind to the Map of the outbound message headers

@Property

To bind to a named property on the exchange

@Properties

To bind to the property map on the exchange

...

Annotation

Description

@BeanShell

Inject a BeanShell expression

@Constant

Inject a Constant expression

@EL

Inject an EL expression

@Groovy

Inject a Groovy expression

@JavaScript

Inject a JavaScript expression

@OGNL

Inject an OGNL expression

@PHP

Inject a PHP expression

@Python

Inject a Python expression

@Ruby

Inject a Ruby expression

@Simple

Inject an Simple expression

@XPath

Inject an XPath expression

@XQuery

Inject an XQuery expression

...