01: /**
02: * WelcomePresentation.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 WelcomePresentation extends java.rmi.Remote {
09: public org.w3c.dom.Document tableDoc()
10: throws java.rmi.RemoteException;
11:
12: public tableapp.spec.Access returnAccess()
13: throws java.rmi.RemoteException;
14: }
|