Volt MX Objects
The Volt MX Objects are a set of VoltScript Classes used for integrating with Volt MX Foundry. They are middleware specific classes, targeted specifically for VoltScript Integration Services.
These classes are contained within the VoltMXObjects Library Module, and are instantiated when the extractObjects() method is called.
Important
If the extractObject() method is not called, these objects will not be instantiated correctly; which will result in erratic behavior or failure of your VoltScript code.
VoltMX Classes
The VoltMX Classes are as follows:
-
VoltMX Logger Object for passing debug messages back to Foundry's Java logger.
-
VoltMX Request Object for interacting with the Foundry request.
-
VoltMX Response Object for interacting with the Volt MX response.
-
VoltMX Result Object for manipulating integration service results and passing content back to Foundry.
-
VoltMX Session Object for interacting with Foundry session content.