Hi On 17/09/13 14:05, Frizz wrote:
Hello,I have an Interceptor. So in the handleMessage() method I get an object of type org.apache.cxf.message.Message. Is there an example on how to get "meaningful" information out of this object? I am especially interested how to figure out what's a SOAP and what's REST call. regards, F.
As discussed earlier, Boolean.valueOf(message.getExchange(Message.REST_MESSAGE)) will do it. Cheers, Sergey
