1 package test; 2 3 4 /** 5 * This is the implementation bean class for the TestWebServiceweb service. 6 * Created Mar 22, 2005 3:37:20 PM 7 * @author blaha 8 */ 9 public class TestWebServiceImpl implements TestWebServiceSEI { 10 11 12 // Enter web service operations here. (Popup menu: Web Service->Add Operation) 13 } 14