You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Jonathan Anstey (JIRA)" <ji...@apache.org> on 2008/04/12 22:34:43 UTC

[jira] Assigned: (CAMEL-201) allow expressions such as XQuery to be used as a transformer

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

Jonathan Anstey reassigned CAMEL-201:
-------------------------------------

    Assignee: Jonathan Anstey

> allow expressions such as XQuery to be used as a transformer
> ------------------------------------------------------------
>
>                 Key: CAMEL-201
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-201
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-bam
>            Reporter: James Strachan
>            Assignee: Jonathan Anstey
>             Fix For: 1.4.0
>
>
> e.g.
> {code}
> <route>
>   <from uri="activemq:Foo.Bar"/>
>    <transform>
>      <xquery>....</xquery>
>   </transform>
> </route>
> {code}
> This basically means renaming the DSL's setOutBody() to be transform(Expression)

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