I am trying to avoid making a XML to JAXB transformation due to performance issues - the message can be fairly complex.
Is it possible to use expressions against message not converted to POJO?
I've tried using XML to DOM transformer but afterwards using an expression on payload results in exception ("No property ... in ...xerces.DocumentImpl")