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

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

CategoryDwr._path = '/Xebio/dwr';








CategoryDwr.getChildCategory = function(p0, p1, p2, p3, callback) {
return dwr.engine._execute(CategoryDwr._path, 'CategoryDwr', 'getChildCategory', arguments);
};






CategoryDwr.getDivergence = function(p0, p1, callback) {
return dwr.engine._execute(CategoryDwr._path, 'CategoryDwr', 'getDivergence', arguments);
};





CategoryDwr.updateKubun = function(p0, callback) {
return dwr.engine._execute(CategoryDwr._path, 'CategoryDwr', 'updateKubun', arguments);
};



