public interface GenericService
Object $invoke(String method, String[] parameterTypes, Object[] args) throws GenericException
method - Method name, e.g. findPerson. If there are overridden methods, parameter info is
required, e.g. findPerson(java.lang.String)parameterTypes - Parameter typesargs - ArgumentsThrowable - potential exception thrown from the invocationGenericExceptionCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.