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