1 package test;2 3 4 /**5 * This is the service endpoint interface for the TestWebServiceweb service.6 * Created Mar 22, 2005 3:37:20 PM7 * @author blaha8 */9 10 public interface TestWebServiceSEI extends java.rmi.Remote {11 12 }13