
function AfpDWRHandler() { }
AfpDWRHandler._path = '/france24Public/dwr';

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

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

AfpDWRHandler.getPageAfpNewsList = function(p0, p1, p2, p3, callback) {
    DWREngine._execute(AfpDWRHandler._path, 'AfpDWRHandler', 'getPageAfpNewsList', p0, p1, p2, p3, callback);
}

AfpDWRHandler.getAfpNewsService = function(callback) {
    DWREngine._execute(AfpDWRHandler._path, 'AfpDWRHandler', 'getAfpNewsService', callback);
}

AfpDWRHandler.setAfpNewsService = function(p0, callback) {
    DWREngine._execute(AfpDWRHandler._path, 'AfpDWRHandler', 'setAfpNewsService', p0, callback);
}
