Project

General

Profile

1 41872 sandro.lab
package eu.dnetlib.clients.index.client;
2
3
public interface IndexClientFactory {
4
5
	String getBackendId();
6
7
	IndexClient getClient(String format, String layout, String interpretation) throws IndexClientException;
8
9
}