Package org.apache.camel.dataformat.xmljson

Class Summary
XmlJsonDataFormat A data format (DataFormat) using json-lib to convert between XML and JSON directly.
XmlJsonDataFormat.NamespacesPerElementMapping Encapsulates the information needed to bind namespace declarations to XML elements when performing JSON to XML conversions Given the following JSON: { "root:": { "element": "value", "element2": "value2" }}, it will produce the following XML when "element" is bound to prefix "ns1" and namespace URI "http://mynamespace.org": valuevalue2 For convenience, the NamespacesPerElementMapping#NamespacesPerElementMapping(String, String) constructor allows to specify multiple prefix-namespaceURI pairs in just one String line, the format being: |ns1|http://mynamespace.org|ns2|http://mynamespace2.org|
 

Enum Summary
TypeHintsEnum Enumeration with the different Type Hints that can be used.
 



Apache Camel