@Deprecated public interface GenericService extends GenericService
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
$invoke(String method,
String[] parameterTypes,
Object[] args)
已过时。
Generic invocation
|
$invokeAsyncObject $invoke(String method, String[] parameterTypes, Object[] args) throws GenericException
GenericService$invoke 在接口中 GenericServicemethod - Method name, e.g. findPerson. If there are overridden methods, parameter info is
required, e.g. findPerson(java.lang.String)parameterTypes - Parameter typesargs - ArgumentsGenericException - potential exception thrown from the invocationGenericExceptionCopyright © 2011–2019 The Apache Software Foundation. All rights reserved.