/**
* HelloWorldDelegate.java
*
* This file was auto-generated from WSDL
* by the IBM Web services WSDL2Java emitter.
* cf231216.04 v42612222534
*/
package test;
public interface HelloWorldDelegate extends java.rmi.Remote {
public java.lang.String helloOperation(java.lang.String arg0) throws java.rmi.RemoteException;
public void main(java.lang.String[] arg0) throws java.rmi.RemoteException;
}