DefaultServiceRegistryService sr = new DefaultServiceRegistryService();
sr.setCryptoService( crypto );
sr.init( config, options );
services.put( SERVICE_REGISTRY_SERVICE, sr );
DefaultHostMapperService hm = new DefaultHostMapperService();
hm.init( config, options );
services.put( HOST_MAPPING_SERVICE, hm );
DefaultServerInfoService sis = new DefaultServerInfoService();
sis.init( config, options );
services.put( SERVER_INFO_SERVICE, sis );