The scope determines when an instance of your Java class handling requests
gets created. For request scope, a new instance is created for each
request. For session scope, a single instance is created for each session
and used for all calls made from that session. For application scope, a
single instance is created to handle all requests from all clients. Besides
the differences in the overhead of creating the instances, there are
implications for threading and state.
Scott
----- Original Message -----
From: "Ralf Bierig" <[EMAIL PROTECTED]>
To: "SOAP Mailing List SOAP Mailing List" <[EMAIL PROTECTED]>
Sent: Tuesday, June 05, 2001 5:45 AM
Subject: Realization of SOAP-Scopes in ApacheSOAP
> How are SOAP Scopes ("Request", "Session",
> "Application") realized in Apache SOAP? Can somebody
> give my examples or just a good explanation?
>
> Ralf
>
>
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail - only $35
> a year! http://personal.mail.yahoo.com/