1 /**2 * WelcomePresentationService.java3 *4 * This file was auto-generated from WSDL5 * by the Apache Axis 1.2RC2 Nov 16, 2004 (12:19:44 EST) WSDL2Java emitter.6 */7 8 package tableappclient.business.axis;9 10 public interface WelcomePresentationService11 extends javax.xml.rpc.Service {12 public java.lang.String gettableAppAddress();13 14 public tableappclient.business.axis.WelcomePresentation gettableApp() throws15 javax.xml.rpc.ServiceException ;16 17 public tableappclient.business.axis.WelcomePresentation gettableApp(java.net.18 URL portAddress) throws javax.xml.rpc.ServiceException ;19 }20