Jason Chaffee created CAMEL-5804:
------------------------------------

             Summary: 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: Bug
          Components: camel-scala
    Affects Versions: 2.10.2
            Reporter: Jason Chaffee


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

Reply via email to