new ServiceDecoratorImpl(context), null);
dpService = registerDistributionProviderService();
pHook = new CxfPublishHook(context, dpService);
lHook = new CxfFindListenerHook(context, dpService);
context.registerService(new String [] {FindHook.class.getName(), ListenerHook.class.getName()}, lHook, new Hashtable());
context.addServiceListener(this);
checkExistingServices();
}