/***************************************************************************

    MyServerProxyInterface -- The Proxy's Methods that are Available

 ***************************************************************************/

    public interface MyServerProxyInterface
      {
      public String getGreeting ();
      }

