All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.att.aft.dme2.registry.bootstrap.DNSRegistryBootstrap Maven / Gradle / Ivy

The newest version!
package com.att.aft.dme2.registry.bootstrap;

import java.util.List;

import com.att.aft.dme2.api.DME2Exception;
import com.att.aft.dme2.config.DME2Configuration;
import com.att.aft.dme2.registry.dto.GRMEndpoint;

public class DNSRegistryBootstrap implements RegistryBootstrap {

	private DME2Configuration config;

	public DNSRegistryBootstrap(DME2Configuration configuration) {
		this.config = configuration;
	}
	
	public List getGRMEndpoints(String... urls) throws DME2Exception {
		// TODO Auto-generated method stub
		return null;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy