KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > sample > SampleWebServiceImpl


1 package sample;
2
3
4 /**
5  * This is the implementation bean class for the SampleWebService web service.
6  * Created 2.6.2005 15:26:52
7  * @author lm97939
8  */

9 public class SampleWebServiceImpl implements SampleWebServiceSEI {
10     
11     
12     // Enter web service operations here. (Popup menu: Web Service->Add Operation)
13
}
14
Popular Tags