I'm using AbstractPhaseInterceptor to implement In/Out interceptors, where my In interceptor sets the phase as Phase.RECEIVE and out interceptor as Phase.SEND. When I'm in out interceptor's handleMessage() method is there a way to know for which web service request this method is called? Is there anything like a process id or similar in Message object to know this call is for a particular request?
Best regards, Chandra. -- View this message in context: http://cxf.547215.n5.nabble.com/Process-id-or-similar-in-org-apache-cxf-message-Message-tp4659457p4659457.html Sent from the cxf-dev mailing list archive at Nabble.com.
