com.alibaba.dubbo.rpc.service
Interface GenericService


public interface GenericService

通用服务接口

Author:
william.liangf

Method Summary
 Object $invoke(String method, String[] parameterTypes, Object[] args)
          泛化调用
 

Method Detail

$invoke

Object $invoke(String method,
               String[] parameterTypes,
               Object[] args)
               throws GenericException
泛化调用

Parameters:
method - 方法名,如:findPerson,如果有重载方法,需带上参数列表,如:findPerson(java.lang.String)
parameterTypes - 参数类型
args - 参数列表
Returns:
返回值
Throws:
Throwable - 方法抛出的异常
GenericException


Copyright © 2012–2017 Alibaba. All rights reserved.