serviceName);
if (clazz != null) {
index = Integer.parseInt(methodIndex);
List<Method> methods = ClassUtils.getSortedMethodList(clazz);
Service service = new Service(GuiceContext.getInstance().getBean(
clazz), new MapHelper().put(HttpMethodType.POST, methods.get(index)).toMap());
ServiceExecutor exec = GuiceContext.getInstance().getBean(
ServiceExecutor.class);
// 填充参数
this.helper.fillParameters(request, params);