1.0 Overview
Apache Camel provides a rich set of libraries to perform XML to JSON and JSON to XML transformation.
* marshalling => converting from XML to JSON
* un-marshaling => converting from JSON to XML.
2.0 Explicitly Instantiating the DataFormat
We need to instantiate the XmlJsonDataFormat from package org.apache.camel.dataformat.xmljson.XmlJsonDataFormat and make sure that camel-xmljson is added in your pom.xml or an installed camel-xmljson feature. https://goo.gl/RnnBvq #DataIntegration #ML

