When processing a web service response with a quite complex XML structure, I am only interested with a very small subset of information. Lets consider the using JAXB has to be used in this context.
As an example, lets say I am only interested in retrieving d (which can be modeled as a single JAXB bean):
a
b1
c1
c2
b2
d
What is the fastest recommended way to ignore everything else but retrieve d?