----- Original Message ----- 
From: "Ben Reif" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 06, 2002 7:56 AM
Subject: Want to extend WebdavResource


> I want to extend WebdavResource to override some of the methods to return
> objects other than Enumerations.  Currently it's not possible because
> WebdavResource has a private constructor ( WebdavResource(HttpClient) ).  Is
> there any reason why this constructor needs to be private, and will this
> likely change?  I could create a wrapper class that has all of the same

That could make any API client programmers  just prevent from some misuses....
So to be changed to be 'protected' is ok for those privates...
I think that's enough...

Sung-Gu



Reply via email to