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

Quick Search    Search Deep

Source code: docStyle/zipCodeNW/ZipCodeResolverSoap.java


1   /**
2    * ZipCodeResolverSoap.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 ZipCodeResolverSoap extends java.rmi.Remote {
11  
12      /**
13       * Given a valid street address, city, and state, returns the ZIP code
14       * in NNNNN format. If an error occurs, returns 00000 instead. Use accessCode
15       * of '0' or '9999' for testing.
16       */
17      public docStyle.zipCodeNW.ShortZipCodeResponse shortZipCode(docStyle.zipCodeNW.ShortZipCode parameters) throws java.rmi.RemoteException;
18  }