// 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; dwr.engine._defaultPath = '/dwr'; if (judgeStationType == null) var judgeStationType = {}; judgeStationType._path = '/dwr'; judgeStationType.getStationTypeKind = function(p0, callback) { dwr.engine._execute(judgeStationType._path, 'judgeStationType', 'getStationTypeKind', p0, callback); }