Class AddressLookup

  • All Implemented Interfaces:
    AddressLookupInterface

    public class AddressLookup
    extends Object
    implements AddressLookupInterface
    Manages connections with the postcode server, retrieves the response and parses it. The best way to use it is to first issue a postcode lookup. Please see Capscan Doucmentation located at: http://www.capscanondemand.com/docs/OnDemand.pdf
    Version:
    $Id$
    Author:
    Michael Judd
    • Constructor Detail

      • AddressLookup

        public AddressLookup()
        Creates a new instance of AddressLookup.
      • AddressLookup

        public AddressLookup​(String serverUrl,
                             String serialNo,
                             String password)
        Creates a new instance of AddressLookup.
        Parameters:
        serverUrl - URL of the postcode server.
        serialNo - Serial no. (used in authentication along with password)
        password - Password (used in authentication along with Serial no.)