In brief: I have java.io.InputStream which contains json with a huge array of sub-elements. Following call gives me fully populated collection after processing is finished: smooks.filterSource(exCtxt, new StreamSource(inputStream), javaResult)
.
How can I retrieve objects on the fly, on every sub-element? (e.g. via callback)