Hi,
You can put parameter/values in the module.xml
After that parameter values can be read as
HandlerDescription..getParameter(parameterName);
Or if you put in the services.xml it can be read when the following
method of the handler is invoked.
public InvocationResponse invoke(MessageContext msgContext) throws
AxisFault {
.....
....
msgContext.getConfigurationContext().getAxisConfiguration().getParameterValue(parameterName);
.......
.......
}
I don't know how to read parameter values from services.xml using
HandlerDescription.
Thank you,
Dimuthu
On Thu, 2008-04-03 at 09:40 +0000, RICHARD FEATHERSTONE wrote:
> Hi,
>
> I want to be able to configure a module in the services.xml for each
> for each service that uses the module and obtain the parameters in the
> init method of each of the handers in the module.
>
> Can anyone tell me how I can obtain the Parameters by name from the
> HandlerDescription?
>
> Thanks,
>
> R
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]