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