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