Set<String> ids = ServerConfiguratorRegistry.getIds();
for (String id : ids) {
ServerConfigurator configurator = ServerConfiguratorRegistry.getConfigurator(id);
if (configurator.supports(bindingType))
framework.addConfigurator(id, configurator);
}
// The feature instances are stored on the composite from either the
// Java class or from something else building the list and setting it there.