public DataObject [] addServiceRequest (String componentName, String serviceName, Object [] parameters)

This method constructs a message representing a service request

Parameters

componentNamethis should always be null
serviceNamethe name of the service to call (the service with this name must be exposed by the service provider). If a message is sent to Aware IM the name of the service is the name of one of the methods exposed by the IExecutionEngineServices interface (see JavaDoc API)
parametersthe parameters of the service as an array of IEntity objects or null if the service does not require any parameters. If a message is sent to Aware IM the parameters must correspond to the methods exposed by the IExecutionEngineServices interface (see JavaDoc API)

Returns

An array of DataObjects representing the message that can be sent to Aware IM.

  • Last modified: 2023/05/08 06:29