Class AddressLookupBR

java.lang.Object
org.brerp.base.util.AddressLookupBR
All Implemented Interfaces:
AddressLookupInterface

public class AddressLookupBR extends Object implements AddressLookupInterface
AddressLookupBR Pesquisa de informações de endereço pelo CEP
Version:
$Id: AddressLookupBR.java, v1.0 2012/10/30 23:33:13 PM, muriloht Exp $
Author:
Murilo H. Torquato (devCoffee, www.devcoffee.com.br)
  • Constructor Details

    • AddressLookupBR

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

      public AddressLookupBR(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.)
  • Method Details