Property | Defined By | ||
---|---|---|---|
connectionProperties : ArrayCollection [read-only]
The collection of connection properties. | GatewayData | ||
processProperties : ArrayCollection [read-only]
The collection of process properties. | GatewayData | ||
services : ArrayCollection [read-only]
The collection of services included in this gateway data instance. | GatewayData | ||
servicesXML : XML [read-only]
The services properties as an XML document. | GatewayData |
Method | Defined By | ||
---|---|---|---|
getServiceProperties(serviceName:String):ArrayCollection
The collection of service properties. | GatewayData | ||
populateServiceProperties():Boolean | GatewayData |
connectionProperties | property |
connectionProperties:ArrayCollection
[read-only] The collection of connection properties.
public function get connectionProperties():ArrayCollection
processProperties | property |
processProperties:ArrayCollection
[read-only] The collection of process properties.
public function get processProperties():ArrayCollection
services | property |
services:ArrayCollection
[read-only] The collection of services included in this gateway data instance.
public function get services():ArrayCollection
servicesXML | property |
servicesXML:XML
[read-only] The services properties as an XML document.
public function get servicesXML():XML
getServiceProperties | () | method |
public function getServiceProperties(serviceName:String):ArrayCollection
The collection of service properties.
Parameters
serviceName:String |
ArrayCollection |
populateServiceProperties | () | method |
public function populateServiceProperties():Boolean
ReturnsBoolean |