31323334353637
private static Map<String, GatewayDescriptorImporter> IMPORTERS = loadImporters(); private static Map<String, GatewayDescriptorExporter> EXPORTERS = loadExporters(); public static GatewayDescriptor create() { return new GatewayDescriptorImpl(); }