
function countryManager() { }
countryManager._path = '/ESR/dwr';

countryManager.doGet = function(callback) {
    DWREngine._execute(countryManager._path, 'countryManager', 'doGet', false, false, callback);
}

countryManager.doPost = function(callback) {
    DWREngine._execute(countryManager._path, 'countryManager', 'doPost', false, false, callback);
}

countryManager.getCountries = function(callback) {
    DWREngine._execute(countryManager._path, 'countryManager', 'getCountries', callback);
}

countryManager.getNationals = function(callback) {
    DWREngine._execute(countryManager._path, 'countryManager', 'getNationals', callback);
}

countryManager.service = function(p0, p1, callback) {
    DWREngine._execute(countryManager._path, 'countryManager', 'service', p0, p1, callback);
}

countryManager.log = function(p0, callback) {
    DWREngine._execute(countryManager._path, 'countryManager', 'log', p0, callback);
}

countryManager.log = function(p0, p1, callback) {
    DWREngine._execute(countryManager._path, 'countryManager', 'log', p0, p1, callback);
}

countryManager.init = function(callback) {
    DWREngine._execute(countryManager._path, 'countryManager', 'init', false, callback);
}

countryManager.init = function(callback) {
    DWREngine._execute(countryManager._path, 'countryManager', 'init', callback);
}

countryManager.destroy = function(callback) {
    DWREngine._execute(countryManager._path, 'countryManager', 'destroy', callback);
}

countryManager.getServletContext = function(callback) {
    DWREngine._execute(countryManager._path, 'countryManager', 'getServletContext', callback);
}

countryManager.getServletName = function(callback) {
    DWREngine._execute(countryManager._path, 'countryManager', 'getServletName', callback);
}

countryManager.getInitParameter = function(p0, callback) {
    DWREngine._execute(countryManager._path, 'countryManager', 'getInitParameter', p0, callback);
}

countryManager.getInitParameterNames = function(callback) {
    DWREngine._execute(countryManager._path, 'countryManager', 'getInitParameterNames', callback);
}

countryManager.getServletConfig = function(callback) {
    DWREngine._execute(countryManager._path, 'countryManager', 'getServletConfig', callback);
}

countryManager.getServletInfo = function(callback) {
    DWREngine._execute(countryManager._path, 'countryManager', 'getServletInfo', callback);
}
