I wrote a Handler that I want to get invoked in the responseFlow after serialization is done.
If I add
<responseFlow>
<handler type="myHandler" />
</responseFlow>
the Handler gets invoked before serialization is done.
Is it possible to change the order of serialization and handler invokation?
Thanks in advance Timo
