KickJava   Java API By Example, From Geeks To Geeks.

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


1 /**
2  * WelcomePresentationService.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 WelcomePresentationService
11     extends javax.xml.rpc.Service JavaDoc {
12   public java.lang.String JavaDoc gettableAppAddress();
13
14   public tableappclient.business.axis.WelcomePresentation gettableApp() throws
15       javax.xml.rpc.ServiceException JavaDoc;
16
17   public tableappclient.business.axis.WelcomePresentation gettableApp(java.net.
18
JavaDoc      URL portAddress) throws javax.xml.rpc.ServiceException JavaDoc;
19 }
20
Popular Tags