document - bean parameter binding - @Headers
--------------------------------------------
Key: CAMEL-1006
URL: https://issues.apache.org/activemq/browse/CAMEL-1006
Project: Apache Camel
Issue Type: Task
Components: documentation
Affects Versions: 1.4.0
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 1.5.0
Write some more about that using @Headers Map headers you can also add new
headers to the exchange. Whereas the @Header('headerId') is a read-only binding
eg you can add a new key with:
headers.put("newKey", "newValue");
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.