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/08/09 13:06:52 UTC

[jira] Resolved: (CAMEL-796) Remove @OutHeader from the Bean component wiki page

     [ https://issues.apache.org/activemq/browse/CAMEL-796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-796.
-------------------------------

      Assignee: Claus Ibsen
    Resolution: Fixed

Thanks for spotting this. Fixed the page and also added the new missing @Constant language.

> Remove @OutHeader from the Bean component wiki page
> ---------------------------------------------------
>
>                 Key: CAMEL-796
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-796
>             Project: Apache Camel
>          Issue Type: Improvement
>    Affects Versions: 1.4.0
>            Reporter: Charles Moulliard
>            Assignee: Claus Ibsen
>             Fix For: 1.5.0
>
>
> In the Bean component, it is mentioned that a @OutHeader annotation exists
> "Using Annotations to bind parameters to the Exchange
> The annotations can be used to bind in situations where traditional methods would result in ambiguous methods. So by adding annotations you can decorate your bean to help Camel invoke the correct method.
> You can also use the following annotations to bind parameters to different kinds of Expression
> Annotation Meaning
> @Body To bind to an inbound message body
> @Header To bind to an inbound message header
> @Headers To bind to the Map of the inbound message headers
> @OutHeader To bind to an outbound message header
> @OutHeaders To bind to the Map of the outbound message headers
> @Property To bind to a named property on the exchange
> @Properties To bind to the property map on the exchange"
> but the Camel-1.4 project does not contain such a class !
> Is it an error in the doc or a ghost class ? If this is an error in the wiki page, can you update it please ?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.