this.sessionListener.open();
this.sessionAttributeListener.open();
this.plugin.register();
String[] ifaces = new String[] { HttpService.class.getName(), ExtHttpService.class.getName() };
HttpServiceFactory factory = new HttpServiceFactory(servletContext, this.registry, this.contextAttributeListener, this.sharedContextAttributes);
this.serviceReg = this.bundleContext.registerService(ifaces, factory, this.serviceProps);
}