You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Thomas Börkel <tb...@ap-ag.com> on 2002/10/15 09:16:56 UTC

SOAPService thread-safe?

HI!

Are SOAPService objects thread-safe?

Thanks!

Regards,
Thomas


Re: SOAPService thread-safe?

Posted by Scott Nichol <sn...@scottnichol.com>.
Whether service classes are thread safe depends on how they are written.

Exposed methods of service classes need to be thread safe if they are
deployed in application or session scope, or if they are deployed as
static.  If they are deployed at request scope and are not static,
service classes need not have thread safe methods.

Scott Nichol

----- Original Message -----
From: "Thomas Börkel" <tb...@ap-ag.com>
To: "Axis Dev Mailinglist" <ax...@xml.apache.org>
Sent: Tuesday, October 15, 2002 3:16 AM
Subject: SOAPService thread-safe?


HI!

Are SOAPService objects thread-safe?

Thanks!

Regards,
Thomas