1 pjaol 1.1 package com.pjaol.client; 2 3 import com.google.gwt.user.client.rpc.RemoteService; 4 5 public interface TestGWT extends RemoteService { 6 7 8 9 public String getReturnId (String hello); 10 }