I am using JAX-RS and want to capture serialized HTTP output after CXF serializes response as per configured content-type. I tried my own ResponseHandler but could not get the hold on output stream. I think serialization happens later in CXF chain.
Any ideas?
