Class c = Class.forName(impl);
IMethod method = (IMethod) c.newInstance();
//method.init(request, response, null, repo, root);
return method;
} catch (Exception e) {
throw new MethodException("Exception in creating method " + methodName, e);
}
} catch (Exception e) {
throw new MethodException("Exception in creating method " + methodName, e);
}
}