import java.rmi.*;

public interface AirportMessage extends Remote {

	public String getMessage() throws RemoteException;

}
