com.ibm.cics.server.invocation

Interface InvocationProxy



  • public interface InvocationProxy
    Describes a proxy class used to invoke a POJO for Link to Liberty
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void invoke()
      Invoke the target user method, creating an instance of the user class if needed
    • Method Detail

      • invoke

        void invoke()
             throws java.lang.reflect.InvocationTargetException
        Invoke the target user method, creating an instance of the user class if needed
        Throws:
        java.lang.reflect.InvocationTargetException - wrapping any exception thrown by the target method or the uesr class no-args constructor