public Void call() throws ServletException
{
// Since ServletConfig is immutable, we use a modifiable
// decoration of the real servlet configuration and pass
// that to the init method of the superclass.
FakeServletConfig config = new FakeServletConfig(servletConfig);
// Apply settings configured at bind-time.
setInitParameters(config);
// Use our internal manager classes to replace and delegate to