Hello,
I am using CXF for RESTful services. I would like to capture the time it takes 
to marshal the response separately from the time it takes to write the response 
and send it to the client. It seems like the JAXRSOutInterceptor is responsible 
for the marshalling. Immediately after marshalling it appears that the write 
occurs as well. Is there a way to have a method I write in my own class to be 
called as soon as the response is marshalled but before the data is sent? Is 
there another interceptor I should be looking at as well? We are using 2.6.1.

Thanks,
Steve

Reply via email to