1 /**2 * WelcomePresentation.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 WelcomePresentation11 extends java.rmi.Remote {12 public org.w3c.dom.Document tableDoc() throws java.rmi.RemoteException ;13 14 public tableapp.spec.Access returnAccess() throws java.rmi.RemoteException ;15 }16