You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2008/10/21 12:58:52 UTC

[jira] Created: (CAMEL-1006) document - bean parameter binding - @Headers

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.


[jira] Resolved: (CAMEL-1006) document - bean parameter binding - @Headers

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1006?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-1006.
--------------------------------

    Resolution: Fixed

Updated wiki at:
http://activemq.apache.org/camel/parameter-binding-annotations.html

> 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.