|
|
|
|
Overview
|
|
| |
|
Hantz XML API 
|
Hantz products are designed to handle XML-based user request. The XML Application Interfaces of the Hantz system enables you to deliver custom features catering to the specific needs to individual customers. The XML interfaces will help you in two ways namely, Information Aggregation from the Hantz system (which is the backend server) and Integration to external application. In simple terms, XML helps to provide a southound and northbound interfaces for further extensibility.
|
|
To facilitate the communication of the XML input by the Hantz system, a standard API has been developed to interface with the devices and automatically communicate the XML inputs received from them. By using the standard API, the protocol modules can be developed independently from the core Hantz system software.
|
|
|
|
A couple of sample custom XML APIs are available in the Hantz system, for different user actions such as "Add/Edit/Delete Resources", "Get/Delete Alarms", "Get Events" and "Get Statistics". These sample files can be used as a reference in writing custom XML classes. These classes are responsible for receiving the XML input and convert it to Hantz system-understandable format. Once there is request, the corresponding files are invoked based on the user-defined action.
|
|
|
|
|
|
|
|
|
|