1 /**2 * Hello.java3 *4 * This file was auto-generated from WSDL5 * by the Apache Axis WSDL2Java emitter.6 */7 8 package samples.jaxrpc.hello;9 10 public interface Hello extends java.rmi.Remote {11 public java.lang.String sayHello(java.lang.String string1) throws java.rmi.RemoteException ;12 }13