On Mon, 2006-01-30 at 21:55 +0600, Thilina Gunarathne wrote:
> Hi,
> Yep... I too agree that it's correct.....
> My concern is using as a user is error prone and cumbersome..
>
> I suggest at least we should change the following methode sig.
> Epr.setReferenceParameters(HashMap map);
> to
> Epr.addReferenceParameters(OMElement);
+1, except it should be addReferenceParameter (OMElement) not
parameters.
I'd be +1 for adding a simple convenience method as we have in
ServiceClient to add string-valued ref parameters:
EPR.addStringReferenceParameter (QName, paramName, String paramValue);
Sanjiva.