01: /**
02: * Hello.java
03: *
04: * This file was auto-generated from WSDL
05: * by the Apache Axis WSDL2Java emitter.
06: */package samples.jaxrpc.hello;
07:
08: public interface Hello extends java.rmi.Remote {
09: public java.lang.String sayHello(java.lang.String string1)
10: throws java.rmi.RemoteException;
11: }
|