improve stax/jax components --------------------------- Key: CAMEL-3998 URL: https://issues.apache.org/jira/browse/CAMEL-3998 Project: Camel Issue Type: Improvement Components: camel-core Reporter: Romain Manni-Bucau Priority: Minor
it could be pretty cool to have an iterator to be able to iterate over a filtered tree of a xml document avoiding to load all the document in memory. it can be nice to do it loading sub objects using jaxb. i did a version here: http://code.google.com/p/rmannibucau/source/browse/camel/camel-stax/src/main/java/org/apache/camel/stax/expression/StAXJAXBIteratorExpression.java (i added some converters to help too). -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira