1 package test;2 3 4 /**5 * This is the service endpoint interface for the WebService1web service.6 * Created Mar 23, 2005 12:23:12 AM7 * @author blaha8 */9 10 public interface WebService1SEI extends java.rmi.Remote {11 12 }13