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 2017/02/28 13:56:45 UTC

[jira] [Resolved] (CAMEL-5804) Scala DSL does not support data formats same as Java DSL

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

Claus Ibsen resolved CAMEL-5804.
--------------------------------
    Resolution: Won't Fix

> Scala DSL does not support data formats same as Java DSL
> --------------------------------------------------------
>
>                 Key: CAMEL-5804
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5804
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-scala
>    Affects Versions: 2.10.2
>            Reporter: Jason Chaffee
>            Priority: Minor
>             Fix For: Future
>
>
> It would be nice if the Scala DSL could support marshal() and unmarshal() as in the examples below:
> {code}
> from("direct:a").unmarshal().jaxb().to("direct:test")
> {code}
> {code}
> from("direct:a").marshal().json().to("direct:test")
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)