Example #1
0
 private void initBuiltinFunctions(Collection<FunctionDesc> functions) throws ServiceException {
   for (FunctionDesc desc : functions) {
     handler.createFunction(null, desc.getProto());
   }
 }