FileDocCategorySizeDatePackage
MyServiceInterface.javaAPI DocApache Axis 1.4248Sat Apr 22 18:57:28 BST 2006test.wsdl.qname

MyServiceInterface.java

package test.wsdl.qname;

import java.rmi.Remote;

public interface MyServiceInterface extends Remote {

  public String Hello(String pName) throws java.rmi.RemoteException;

  public String HelloAgain(int pName) throws java.rmi.RemoteException;

}