Is PhaseInterceptorChain.getCurrentMessage() thread safe ?

Also if I do something like,

PhaseInterceptorChain.getCurrentMessage().setContent(String.class,"Myname"); 

i.e set some data in in-interceptor...will be threadsafe and global to
access from my code flow..across from wherever i call ?

PhaseInterceptorChain.getCurrentMessage().getContent(String.class); 






--
View this message in context: 
http://cxf.547215.n5.nabble.com/Accessing-MessageContext-and-http-headers-across-service-layers-tp4273158p4392956.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to