Class ServiceInvocationMessage


  • public class ServiceInvocationMessage
    extends BaseMessage
    Message for invoking a service.
    • Field Detail

      • methodname

        protected java.lang.String methodname
        The message name.
      • parametervalues

        protected java.lang.Object[] parametervalues
        The parameter values.
    • Constructor Detail

      • ServiceInvocationMessage

        public ServiceInvocationMessage()
        Create a new command.
      • ServiceInvocationMessage

        public ServiceInvocationMessage​(java.lang.String callid,
                                        IServiceIdentifier serviceid,
                                        java.lang.String methodname,
                                        java.lang.Object[] parametervalues)
        Create a new command.
        Parameters:
        callid - The callid.
        serviceId - The serviceid;
        parameterNames - The parameter names.
        parameterValues - The parameter values.
    • Method Detail

      • getServiceId

        public IServiceIdentifier getServiceId()
        Get the serviceId.
        Returns:
        Tthe serviceId
      • setServiceId

        public void setServiceId​(IServiceIdentifier serviceid)
        Set the serviceId.
        Parameters:
        serviceId - The serviceId to set
      • getParameterValues

        public java.lang.Object[] getParameterValues()
        Get the parameterValues.
        Returns:
        Tthe parameterValues
      • setParameterValues

        public void setParameterValues​(java.lang.Object[] parametervalues)
        Set the parameter values.
        Parameters:
        parametervalues - The parameterValues to set
      • getMethodName

        public java.lang.String getMethodName()
        Get the methodName.
        Returns:
        Tthe methodName
      • setMethodName

        public void setMethodName​(java.lang.String methodname)
        Set the method name.
        Parameters:
        methodname - The method name to set