Versions Compared

Key

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

...

To support dynamic rules Camel supports pluggable Expression strategies using a variety of different Languages. The following languages are supported out of the box

...

...

Expressions and Predicates can then be used to create the various Enterprise Integration Patterns in the DSL or Xml Configuration like the Recipient List.

If you are outside of the DSL and want to create your own expressions you can either implement the Expression interface, reuse one of the other builders or try the ExpressionBuilder class.

Expression Languages

The following languages are supported out of the box

Include Page
CAMEL:Languages Supported
CAMEL:Languages Supported

Using Expressions in your IDE

Include Page
CAMEL:Using Languages In IDE
CAMEL:Using Languages In IDE

See Also