Creates an object that can be used to make an Integration Service Request to either a local (i.e., hosted on the
same Integration Agent), or external Integration Service.
D
DESTINATION -
Static variable in interface com.alarmpoint.integrationagent.apxml.APXMLMessage
ExternalServiceRequest responses use destination to target the response.
E
ERROR_CODE -
Static variable in interface com.alarmpoint.integrationagent.apxml.APXMLMessage
Error messages use the error_code to identify the problem cause.
This is the interface through which the JavaScript implementation of an Integration Service can send an Integration
Service Request to another Integration Service, regardless of whether the targeted Integration Service is local or
remote.
Sets the (optional) timeout, in seconds, which determines how long the request will wait for a response from the
targeted Integration Agent before generating an exception that is sent to the caller.