Listing 3: The proxy interface

//  Elided package and import statements.

public interface StaticLiaisonRemoteProxy
    extends   EJBObject
{
    public String forward( String obj ) throws RemoteException;
}

— End of Listing —