KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > phoneList > business > axis > PhoneListService


1 /**
2  * PhoneListService.java
3  *
4  * This file was auto-generated from WSDL
5  * by the Apache Axis 1.2beta Mar 31, 2004 (12:47:03 EST) WSDL2Java emitter.
6  */

7
8 package phoneList.business.axis;
9
10 public interface PhoneListService extends javax.xml.rpc.Service JavaDoc {
11     public java.lang.String JavaDoc getPhoneBookAddress();
12
13     public phoneList.business.axis.PhoneList getPhoneBook() throws javax.xml.rpc.ServiceException JavaDoc;
14
15     public phoneList.business.axis.PhoneList getPhoneBook(java.net.URL JavaDoc portAddress) throws javax.xml.rpc.ServiceException JavaDoc;
16 }
17
Popular Tags