import java.rmi.*; import weatherinfo; public interface WeatherInterface extends Remote { public weatherinfo get(String zip) throws RemoteException; }