Hello, I have to enrich a pojo using the value of an header. I'm using a Processor but I'm wondering if there is a simpler method.
using
.enrich.simple("${body.setAttribute(${header.HeaderName})}") obviously
doesn't work because the setter returns null, not the pojo.
Regards
Alberto
