this, getDefaults());
dpService = registerDistributionProviderService();
pHook = new CxfPublishHook(context, dpService);
lHook = new CxfListenerHook(context, dpService);
context.registerService(ListenerHook.class.getName(), lHook, new Hashtable());
context.addServiceListener(this);
checkExistingServices();
}