package eu.dnetlib.utils;

public interface SpringRPCService {
	void setServiceURL(String serviceURL);

	String getServiceURL();
}