Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

docStyle.zipCodeNW
Interface ZipCodeResolverSoap  view ZipCodeResolverSoap download ZipCodeResolverSoap.java

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
ZipCodeResolverSoapStub

public interface ZipCodeResolverSoap
extends java.rmi.Remote


Method Summary
 ShortZipCodeResponse shortZipCode(ShortZipCode parameters)
          Given a valid street address, city, and state, returns the ZIP code in NNNNN format.
 

Method Detail

shortZipCode

public ShortZipCodeResponse shortZipCode(ShortZipCode parameters)
                                  throws java.rmi.RemoteException
Given a valid street address, city, and state, returns the ZIP code in NNNNN format. If an error occurs, returns 00000 instead. Use accessCode of '0' or '9999' for testing.