1 /**2 * HelloBindingImpl.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 class HelloBindingImpl implements samples.jaxrpc.hello.Hello {11 public java.lang.String sayHello(java.lang.String name) throws java.rmi.RemoteException {12 return "A dynamic proxy hello to " + name + "!";13 }14 15 }16