Re: Initializing server.xml-parameters of a class invoked by SOAP

2003-01-13 Thread Scott Nichol
text (web application). <<< Scott Nichol - Original Message - From: "Johannes Fiala" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 12, 2003 3:04 PM Subject: Initializing server.xml-parameters of a class invoked by SOAP > Hi there, > &g

Re: Initializing server.xml-parameters of a class invoked by SOAP

2003-01-12 Thread Martin Gainty
rence.  _GMT-5___   >From: "Johannes Fiala" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: Initializing server.xml-parameters of a class invoked by SOAP >Date: Sun, 12 Jan 2003 21:04:07 +0100 >

Initializing server.xml-parameters of a class invoked by SOAP

2003-01-12 Thread Johannes Fiala
Hi there, Is it possible to use SOAPContext in the empty constructor of a class invoked by SOAP? I'd like to initialize parameters only upon first instantiation of the class, so they don't have to get reloaded every time I call the method. sample: class MyClass method: getMyData(SOAPContext ctx)