You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Timo Pfahl <pf...@studi.informatik.uni-stuttgart.de> on 2004/04/28 13:14:42 UTC

Handler in responseFlow after serialization?

Hi,

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