接口 GenericService
-
- 所有超级接口:
GenericService
@Deprecated public interface GenericService extends GenericService
已过时。
-
-
方法概要
所有方法 实例方法 抽象方法 已过时的方法 修饰符和类型 方法 说明 Object$invoke(String method, String[] parameterTypes, Object[] args)已过时。Generic invocation-
从接口继承的方法 org.apache.dubbo.rpc.service.GenericService
$invokeAsync
-
-
-
-
方法详细资料
-
$invoke
Object $invoke(String method, String[] parameterTypes, Object[] args) throws GenericException
已过时。从接口复制的说明:GenericServiceGeneric invocation- 指定者:
$invoke在接口中GenericService- 参数:
method- Method name, e.g. findPerson. If there are overridden methods, parameter info is required, e.g. findPerson(java.lang.String)parameterTypes- Parameter typesargs- Arguments- 返回:
- invocation return value
- 抛出:
GenericException- potential exception thrown from the invocationGenericException
-
-