InvokingServiceEventListenerRegistry listenerRegistryDelegate = new ServiceEventListenerRegistryDelegate();
return listenerRegistryDelegate;
}
protected ServiceEntryRegistry newServiceEntryRegistry() {
ServiceEntryRegistryDelegate serviceEntryRegistryDelegate = new ServiceEntryRegistryDelegate();
ExportTypeDeriver exportTypeDeriver = newExportTypeDeriver();
serviceEntryRegistryDelegate.setExportTypeDeriver(exportTypeDeriver);
return serviceEntryRegistryDelegate;
}