}
}
public Object addingService(ServiceReference reference)
{
ExtHttpService service = (ExtHttpService) super.addingService(reference);
if (service != null)
{
SslFilter filter = new SslFilter();
try
{
service.registerFilter(filter, ".*", new Hashtable(), 0, null);
this.filters.putIfAbsent(reference, filter);
SystemLogger.log(LogService.LOG_DEBUG, "SSL filter registered...");
}