Versions Compared

Key

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

...

Variable

Description

id

the input message id

body

the input body

in.body

the input body

out.body

the output body

header.foo

refer to the input foo header

headers.foo

refer to the input foo header

in.header.foo

refer to the input foo header

in.headers.foo

refer to the input foo header

out.header.foo

refer to the out header foo

out.headers.foo

refer to the out header foo

property.foo

refer to the foo property on the exchange

sys.foo

refer to the system property

date:command:pattern

for date New in Camel 1.5. Date formatting using the java.text.SimepleDataFormat patterns. Supported commands are: now for current timestamp, in.header.xxx or header.xxx to use the Date object in the IN header with the key xxx. out.header.xxx to use the Date object in the OUT header with the key xxx.

bean:bean expression

invoking New in Camel 1.5. Invoking a bean expression using the Bean language.

...