On Friday, April 20, 2012 07:09:39 PM desjava wrote: > I need to retrieve the request message and response to save the log, > how to do this?
CXF normally streams the requests and responses and thus does not save them in any form that can be retrieved. Your best bet is to subclass the CXF LoggingIn/OutInterceptors and modify what you need. (or use those interceptors directly if they suit your needs) Dan > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/retrieve-messages-tp5655658p5655658.html > Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
