Class ServiceCallEvent


  • public class ServiceCallEvent
    extends java.lang.Object
    Represents the events associated with service calls (call, response, etc.).
    • Field Detail

      • method

        protected jadex.commons.MethodInfo method
        The method.
      • body

        protected java.lang.Object body
        The event body (arguments, result, ...).
    • Method Detail

      • getBody

        public java.lang.Object getBody()
        Get the body.
      • setBody

        public void setBody​(java.lang.Object body)
        Set the body.
      • getMethod

        public jadex.commons.MethodInfo getMethod()
        Get the method.
      • setMethod

        public void setMethod​(jadex.commons.MethodInfo method)
        Set the method.