You are correct.  It is called immediately after your constructor.  
You cannot do your initialization from these parameters in your 
constructor; you must do the initialization from these parameters in 
the configure method.  There is no option to specify a SOAPContext 
parameter to your constructor, just your service methods.

On 3 Feb 2003 at 15:21, [EMAIL PROTECTED] wrote:

> Hello everyone,
> 
> I did some tests with ConfigurableService interface to obtain the input parameters 
>for my service. Unfortunately the 'configure' method of ConfigurableService interface 
>is called after executing constructor. So in other words, there are no possibilities 
>to get input parameter inside the class 
constructor?? Am I right?? What should I do in that case?? Add initial parameter of 
type SOAPContext to my constructor??
> 
> Thanks for any help
> M. 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 


Scott Nichol


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to