Hi, I am using CXF 2.3.3, and I have a custom cxf "in" interceptor attached to a REST service. When this interceptor throws an exception, xmlfaultoutinterceptor is called.
Is there an existing cxf fault out interceptor that can format the message based on the "Accept:" header set by the client since right now even if the caller is setting "application/json" type, it still returns an "text/xml" content back (since its XmlFaultOutIntereceptor that sends the fault back)? Thanks Regards, Vinay -- View this message in context: http://cxf.547215.n5.nabble.com/Handling-exceptions-thrown-by-interceptors-for-rest-calls-tp4300713p4300713.html Sent from the cxf-user mailing list archive at Nabble.com.
