protected void shutdownService() {
   initializer.unregister();
 }
 protected void startService() throws ServletException, NamespaceException {
   initializer.setProvisioningAgent(provisioningAgent);
   initializer.setConfigurator(configurator);
   initializer.setHttpService(httpService);
   initializer.init();
 }