_filterTracker = new ServiceTracker<Filter, Filter>(
_bundleContext, Filter.class, new FilterTracker(httpSupport));
_filterTracker.open();
HttpServiceFactory httpServiceFactory = new HttpServiceFactory(
httpSupport);
Hashtable<String, Object> properties = new Hashtable<String, Object>();
properties.put("bean.id", HttpService.class.getName());