01: /**
02: * WelcomePresentationService.java
03: *
04: * This file was auto-generated from WSDL
05: * by the Apache Axis 1.2RC2 Nov 16, 2004 (12:19:44 EST) WSDL2Java emitter.
06: */package tableappclient.business.axis;
07:
08: public interface WelcomePresentationService extends
09: javax.xml.rpc.Service {
10: public java.lang.String gettableAppAddress();
11:
12: public tableappclient.business.axis.WelcomePresentation gettableApp()
13: throws javax.xml.rpc.ServiceException;
14:
15: public tableappclient.business.axis.WelcomePresentation gettableApp(
16: java.net.URL portAddress)
17: throws javax.xml.rpc.ServiceException;
18: }
|