users@glassfish.java.net

Re: Is WebServiceContext injection thread-safe?

From: <glassfish_at_javadesktop.org>
Date: Fri, 10 Sep 2010 13:59:03 PDT

You can access WebServiceContext without worrying about synchronziation. Underneath, it uses thread local context for its method implementations. The following web serivce endpoint is thread-safe.
[Message sent by forum member 'jitu']

http://forums.java.net/jive/thread.jspa?messageID=482385