package eu.dnetlib.rmi.rest;

import eu.dnetlib.rmi.objects.resultSet.ResultSetResponse;
import eu.dnetlib.rmi.soap.exceptions.ResultSetException;

public interface ResultSetService {

	ResultSetResponse getNextResults(String rsId, int n) throws ResultSetException;
}
