Hi, Is it possible through the routing to tell the processor that I want to unmarshall a part of the XML file parsed ?
Idea :
From("File:///c:/temp/test)
.extract(xpath(//NodeSearched/*)
.unmarshall(jaxb)
.to("bean:transform)
Regards,
Charles
--
View this message in context:
http://www.nabble.com/Unmarshall-a-part-of-a-XML-file-using-JAXB-tp18340217s22882p18340217.html
Sent from the Camel - Users mailing list archive at Nabble.com.
