public interface GenericService
Object $invoke(String method, String[] parameterTypes, Object[] args) throws GenericException
method - 方法名,如:findPerson,如果有重载方法,需带上参数列表,如:findPerson(java.lang.String)parameterTypes - 参数类型args - 参数列表Throwable - 方法抛出的异常GenericExceptionCopyright © 2012–2017 Alibaba. All rights reserved.