// 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.FundExchangeInformationComponentService');

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

FundExchangeInformationComponentService._path = '/dwr';

/**
 * @param {class java.lang.String} p0 a param
 * @param {class com.bglobal.isharesnet.fund.dto.Fund} p1 a param
 * @param {class java.lang.String} p2 a param
 * @param {function|Object} callback callback function or options object
 */
FundExchangeInformationComponentService.get = function(p0, p1, p2, callback) {
  return dwr.engine._execute(FundExchangeInformationComponentService._path, 'FundExchangeInformationComponentService', 'get', arguments);
};

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


