接口 GenericService


  • public interface GenericService
    Generic service interface
    • 方法详细资料

      • $invoke

        Object $invoke​(String method,
                       String[] parameterTypes,
                       Object[] args)
                throws GenericException
        Generic invocation
        参数:
        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
        抛出:
        Throwable - potential exception thrown from the invocation
        GenericException