Class ReflectionClient

java.lang.Object
com.jk.core.reflection.client.ReflectionClient

public class ReflectionClient extends Object
This class represents reflection client, providing the necessary methods and access points to interact with.
Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Constructor Details

    • ReflectionClient

      public ReflectionClient(String host, int port)
      This method constructs a new ReflectionClient with a specific host name and port number.
      Parameters:
      host - Specifies the reflection client host name.
      port - Specifies the port number of the reflection client.
  • Method Details

    • callMethod

      public void callMethod(MethodCallInfo info)
      This method calls a remote method using reflection over a network connection.
      Parameters:
      info - Specifies the information about the method call.