// Elided package and import statements. public interface LiaisonInterface extends Remote { public String forward( String obj ) throws RemoteException; } End of Listing