Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-5804

Scala DSL does not support data formats same as Java DSL

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Won't Fix
    • 2.10.2
    • Future
    • camel-scala
    • None
    • Unknown

    Description

      It would be nice if the Scala DSL could support marshal() and unmarshal() as in the examples below:

      from("direct:a").unmarshal().jaxb().to("direct:test")
      
      from("direct:a").marshal().json().to("direct:test")
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            jasonchaffee Jason Chaffee
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: