On 9/14/10 3:49 PM, ganges_k wrote:
Thanks for the reply. If i convert xml -> java object -> json (format), will there be any performance impact? I am looking for a direct conversion in Camel. does Camel provide this kind of feature?
No, current camel provides this kind of feature out of box.But you do it yourself, and you can use Camel DataFormat API to let Camel use your implementation.
Willem