KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > wstest > TestWebServiceSEI


1 package wstest;
2
3
4 /**
5  * This is the service endpoint interface for the TestWebServiceweb service.
6  * Created 26.4.2005 17:06:24
7  * @author lm97939
8  */

9
10 public interface TestWebServiceSEI extends java.rmi.Remote JavaDoc {
11     /**
12      * Web service operation
13      */

14     public String JavaDoc testOperation() throws java.rmi.RemoteException JavaDoc;
15     
16 }
17
Popular Tags