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

Reply via email to