Hi,  Sorry to be sending to this mailinglist, but it seems that u...@xfire is
pretty dead in terms of traffic. So I'm hoping that someone in this forum
can help me with this urgent issue.

I'm creating client proxy objects per the user guideline below:

Service serviceModel = new ObjectServiceFactory().create(YourService.class,
"SuperService", "urn:your:namespace", null);

YourService client = (YourService) new
XFireProxyFactory().create(serviceModel, "http://your/remote/url";);

Since I'm doing this on multiple threads simultaneously as part of a
commons-pool, but am using the same serviceModel object across all these
threads, is this thread-safe?

Thanks!

-dave 
-- 
View this message in context: 
http://www.nabble.com/Is-the-service-model-object-used-in-creating-xFireProxy-threadsafe--tp23549798p23549798.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to