01: /**
02: * ZipCodeResolver.java
03: *
04: * This file was auto-generated from WSDL
05: * by the Apache Axis WSDL2Java emitter.
06: */package docStyle.zipCodeNW;
07:
08: public interface ZipCodeResolver extends javax.xml.rpc.Service {
09:
10: /**
11: * Given a valid street address, city, and state, this service returns
12: * the proper ZIP code, ZIP code+4, or USPS corrected address. NOTE:
13: * This service is meant for non-commercial, personal use only.
14: */
15: public java.lang.String getZipCodeResolverSoapAddress();
16:
17: public docStyle.zipCodeNW.ZipCodeResolverSoap getZipCodeResolverSoap()
18: throws javax.xml.rpc.ServiceException;
19:
20: public docStyle.zipCodeNW.ZipCodeResolverSoap getZipCodeResolverSoap(
21: java.net.URL portAddress)
22: throws javax.xml.rpc.ServiceException;
23: }
|