42434445464748
public SynapseRegistryServiceComponent() { } protected void activate(ComponentContext ctxt) { ctxt.getBundleContext().registerService(SynapseRegistryService.class.getName(), new SynapseRegistryServiceImpl(), new Properties()); }