package compbio.data.msa; import java.util.Date; import java.util.Set; import javax.jws.WebService; import compbio.ws.client.Services; @WebService(targetNamespace = "http://msa.data.compbio/01/12/2010/") public interface RegistryWS extends JABAService { Set getSupportedServices(); Date getLastTestedOn(Services service); String testAllServices(); String testService(Services service); boolean isOperating(Services service); }