Hi everyone, I'd like to pick the collective's brain with regards to a design decision. I have an XML message that I transform via JAXB with a view to feeding to a Web Service endpoint. Before I send it to the Web Service i need to enrich it with a transaction id and also transform some of the incoming numeric data whose transformation pattern is based on the recipient. I am currently considering using a bean that implements AggregationStrategy to pull the transformation pattern off of a DB, do the transform and then add the transaction id and let the new message continue on its merry way, would this be the right way to go about it?
Thanks, Yiannis
