282283284285286287288289290
return proxy.getAllCategories(gaci); } public void addCategory(Categorie category) throws RemoteException { AddCategoryInput parameters = new AddCategoryInput(wsLogin, category); getCategoriesProxy().addCategory(parameters); }
284285286287288289290291292