接口 GenericService


  • public interface GenericService
    Generic service interface
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
       method, [] parameterTypes, [] args)
      Generic invocation
    • 方法详细资料

      • $invoke

         $invoke​( method,
                       [] parameterTypes,
                       [] 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
        抛出:
        - potential exception thrown from the invocation
        GenericException