Since we're on a major migration process of this website, some component documents here are out of sync right now. In the meantime you may want to look at the early version of the new website
https://camel.apache.org/staging/
We would very much like to receive any feedback on the new site, please join the discussion on the Camel user mailing list.
Header Expression LanguageThe Header Expression Language allows you to extract values of named headers. Example usageThe recipientList element of the Spring DSL can utilize a header expression like: In this case, the list of recipients are contained in the header 'myHeader'. And the same example in Java DSL: And with a slightly different syntax where you use the builder to the fullest (i.e. avoid using parameters but using stacked operations, notice that header is not a parameter but a stacked method call) DependenciesThe Header language is part of camel-core. |