Hi!

marc fleury wrote:
> so the create method is protected and this is why you need to do it here but
> ... why the protected?

Because the Container is the one that's supposed to add the interceptor,
and it's done in Container (which contains an abstract variant of the
same method). Standard procedure for superclasses wanting to use code
defined by subclasses (i.e. to use abstract protected methods).

/Rickard

-- 
Rickard �berg

@home: +46 13 177937
Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com

Reply via email to