37383940414243
{ public void start(BundleContext ctx) throws Exception { ctx.registerService(ExchangeType.class.getName(), new TestExchangeType(), null); ctx.registerService(ExchangeType.class.getName(), new DiagnosticExchangeType(), null); }
38394041424344