01: /**
02: * PhoneListService.java
03: *
04: * This file was auto-generated from WSDL
05: * by the Apache Axis 1.2beta Mar 31, 2004 (12:47:03 EST) WSDL2Java emitter.
06: */package phoneList.business.axis;
07:
08: public interface PhoneListService extends javax.xml.rpc.Service {
09: public java.lang.String getPhoneBookAddress();
10:
11: public phoneList.business.axis.PhoneList getPhoneBook()
12: throws javax.xml.rpc.ServiceException;
13:
14: public phoneList.business.axis.PhoneList getPhoneBook(
15: java.net.URL portAddress)
16: throws javax.xml.rpc.ServiceException;
17: }
|