KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > test > WebService3Impl


1 package test;
2
3
4 /**
5  * This is the implementation bean class for the WebService3web service.
6  * Created Mar 23, 2005 12:25:25 AM
7  * @author blaha
8  */

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