Hi All,
How to pass init params in jaxws handlers and how to read those param values
in Handler class.
i verified jsr181 specs they specified add init params in handler tag.
according that i added things like below is that param configuration is
correct?? . The challenging thing is how to read the parameter values into
my Handler class.
Please throw your thoughts here.
<handler-chains xmlns="
http://java.sun.com/xml/ns/javaee">
<handler-chain>
<handler>
<handler-class>com.ws.wsclientsdk.Handler</handler-class>
<init-param>
<param-name>propertyFile </param-name>
<param-value>handler-config.properties</param-value>
</init-param>
</handler>
</handler-chain>
</handler-chains>
Thanks & Regards
Suresh
--
View this message in context: http://old.nabble.com/How-to-pass-init-params-in-jaxws-handlers-and-how-to-read-those-param-values-in-Handler-class.-tp27448994p27448994.html
Sent from the JAX-WS Development mailing list archive at Nabble.com.