Yup.  service.getOption("paramName")
 
You can get the current Service from the MessageContext with msgContext.getService(), either in a Handler or in your backend service method.  If you want the MessageContext from your service method, call MessageContext.getCurrentContext().
 
--Glen
-----Original Message-----
From: Jean-Marc Taillant [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 27, 2002 11:34 AM
To: [EMAIL PROTECTED]
Subject: Deploy parameters

HI all,
My question is:
Is it possible for a service to access to the parameter in "server-config.wsdd" file.
I want to put in service's deploy file some parameters about service configuration. Is there a simple method to do this?
 
Thanks,
 
Jean Marc

Reply via email to