Package com.jk.core.reflection.server
Class MethodsCaller
java.lang.Object
com.jk.core.reflection.server.MethodsCaller
This class is a utility class for dynamically calling methods on classes
using reflection.
- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
callMethod
(MethodCallInfo info) This method calls the specified method on the providedMethodCallInfo
object.
-
Constructor Details
-
MethodsCaller
public MethodsCaller()
-
-
Method Details
-
callMethod
This method calls the specified method on the providedMethodCallInfo
object.- Parameters:
info
- Specifies theMethodCallInfo
object containing method call information.
-