[
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)