|
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
|
- Deploy parameters Jean-Marc Taillant
- Glen Daniels
