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