Wait a sec. Can't you just make everything protected? Then your subclass should work fine.
- Cassie On Wed, Jun 18, 2008 at 12:28 PM, Cassie <[EMAIL PROTECTED]> wrote: > I guess that's fine although we might need an interface at some point then > so that it is clear what the actual contract of the DataRequestHandler is. > > - Cassie > > > > On Wed, Jun 18, 2008 at 12:05 PM, Dave <[EMAIL PROTECTED]> wrote: > >> I'd like plugin my own DataRequestHandlers, but the DataRequestHandler >> class seems to be designed to prevent subclassing. Would you consider >> changing or accepting a patch to make the protected and package >> protected methods into public methods so the class can be extended? >> >> - Dave >> > >

