I am trying to make a custom dataformat using xmljson. I want to support ":"
in marshall/UnMarshall process.
I am using Spring XML for route definition. Once I am done with this custom
format where to place that java class and what will be the syntax.

Current syntax

<xmljson id="xmljson"/>
    <xmljson id="xmljsonWithOptions" forceTopLevelObject="true"
trimSpaces="true" rootName="nits" skipNamespaces="true" 
             removeNamespacePrefixes="true" expandableProperties="d e"/>
<unmarshal ref="xmljsonWithOptions"/>
<marshal ref="xmljson"/>



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-Custom-Data-Format-xmljson-tp5717159.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to