Hi, I think that could much easier be handled with a servlet filter (http://docs.oracle.com/javaee/6/api/javax/servlet/Filter.html).
Jens 2012/2/9 Nishant Chandra <[email protected]>: > Hi, > > I was wondering if it is possible to log request processing time i.e. start > and end time using CXF interceptor? > > Thanks, > Nishant
