KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > tableappclient > business > axis > WelcomePresentation


1 /**
2  * WelcomePresentation.java
3  *
4  * This file was auto-generated from WSDL
5  * 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 WelcomePresentation
11     extends java.rmi.Remote JavaDoc {
12   public org.w3c.dom.Document JavaDoc tableDoc() throws java.rmi.RemoteException JavaDoc;
13
14   public tableapp.spec.Access returnAccess() throws java.rmi.RemoteException JavaDoc;
15 }
16
Popular Tags