接口 GenericService

    • 方法详细资料

      • $invoke

        Object $invoke​(String method,
                       String[] parameterTypes,
                       Object[] args)
                throws GenericException
        已过时。
        从接口复制的说明: GenericService
        Generic 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 types
        args - Arguments
        返回:
        invocation return value
        抛出:
        GenericException - potential exception thrown from the invocation
        GenericException