You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2013/01/18 16:56:13 UTC

[jira] [Resolved] (CAMEL-5503) Expanding Bean Binding annotations to define explicitly what to apply it to

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

Claus Ibsen resolved CAMEL-5503.
--------------------------------

    Resolution: Fixed
    
> Expanding Bean Binding annotations to define explicitly what to apply it to
> ---------------------------------------------------------------------------
>
>                 Key: CAMEL-5503
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5503
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Alan Foster
>            Assignee: Willem Jiang
>            Priority: Minor
>             Fix For: 2.11.0
>
>         Attachments: CAMEL-5503.patch
>
>
> Currently the bean binding annotations are applied to the body like so :
>     public void doSomething(@XPath("//foo/bar/text()") String someValue) {
>     }
> It would be nice if you could specify what you want to apply it to; for instance you could specify to apply it to headers/properties etc
> In terms of annotations it may look something like:
>     public void doSomething(@XPath("//foo/bar/text()", @Header("someHeader")) String someValue) {
>     }
> For backwards compatability it would of course still apply to the body by default, but we can still offer the ability to use it apply it explicitly ie
>     @XPath("//baz/text(), @Body) String someOtherValue
> I feel like this would be a useful addition to camel's bean binding.
> If anyone feels this is a good idea, I am offering to try it out and see how it goes

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira