
// Provide a default path to dwr.engine
if (dwr == null) var dwr = {};
if (dwr.engine == null) dwr.engine = {};
if (DWREngine == null) var DWREngine = dwr.engine;

if (AJAXService == null) var AJAXService = {};
AJAXService._path = '/dwr';
AJAXService.getEFInformation = function(p0, p1, p2, callback) {
  dwr.engine._execute(AJAXService._path, 'AJAXService', 'getEFInformation', p0, p1, p2, callback);
}
