In my route processor, I am extracting some data from a database into a POJO. I need to send a record to another utility but the utility requires a comma-delimited string. I would like to use camel-bindy directly to have it parse my POJO so I can pass the results to the utility class. I then have more processing to do within the same processor.
Is there any way to do this without forwarding the POJO to another route wired with the bindy attributes? -- View this message in context: http://camel.465427.n5.nabble.com/Using-camel-bindy-manually-from-within-a-processor-on-a-single-record-tp5732624.html Sent from the Camel - Users mailing list archive at Nabble.com.