Interface IMethodReplacement


  • public interface IMethodReplacement
    Interface to be implemented by the user for replacing a remote method with custom code.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Object invoke​(java.lang.Object obj, java.lang.Object[] args)
      Invoke the method on the given object with the given args.
    • Method Detail

      • invoke

        java.lang.Object invoke​(java.lang.Object obj,
                                java.lang.Object[] args)
        Invoke the method on the given object with the given args.