/** * MarathonRegistrationService.java * * This file was auto-generated from WSDL * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter. */ package is.idega.idegaweb.marathon.webservice.impl; public interface MarathonRegistrationService extends java.rmi.Remote { public is.idega.idegaweb.marathon.webservice.impl.Registrations getRegistrations(java.lang.String runId, java.lang.String year) throws java.rmi.RemoteException; }