/**
 * Enric Jaen Villoldo
 * PhD student
 * http://nmg.upc.es/~enric
 */

On Sat, 16 Oct 2004 [EMAIL PROTECTED] wrote:

> 
> If I am not wrong you can specify your own parameters like this:
> 
>  <service ...>
>   <parameter name="..." value="..." />
>   ...
>  </service>
> 
> Regarding how your service could retrieve the parameters, I am not quite
> sure. I know that you can get the parameters by calling
> getOption("paramName") in your service's SOAPService handler. But I am not
> sure how to get that handler from your service class. Maybe your service
> should implement the ServiceLifecyle method and get the handler

sorry, I meant ServiceLifecyle interface, or course..

-Enric

Reply via email to