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.
