// Provide a default path to dwr.engine
if (typeof this['dwr'] == 'undefined') this.dwr = {};
if (typeof dwr['engine'] == 'undefined') dwr.engine = {};
if (typeof dwr.engine['_mappedClasses'] == 'undefined') dwr.engine._mappedClasses = {};

if (window['dojo']) dojo.provide('dwr.interface.AddressValidatorRemote');

if (typeof this['AddressValidatorRemote'] == 'undefined') AddressValidatorRemote = {};

AddressValidatorRemote._path = '/floodsmart/dwr';

/**
 * @param {class java.lang.String} p0 a param
 * @param {function|Object} callback callback function or options object
 */
AddressValidatorRemote.setAddress = function(p0, callback) {
  return dwr.engine._execute(AddressValidatorRemote._path, 'AddressValidatorRemote', 'setAddress', arguments);
};

/**
 * @param {class com.floodsmart.service.so.AddressSO} p0 a param
 * @param {function|Object} callback callback function or options object
 */
AddressValidatorRemote.findAddressMatches = function(p0, callback) {
  return dwr.engine._execute(AddressValidatorRemote._path, 'AddressValidatorRemote', 'findAddressMatches', arguments);
};


