Main Page | Packages | Class Tree | Index | Help

com.FlashDynamix.Xml

class XmlRemoting

MovieClip
  |
  +--com.FlashDynamix.core.base
        |
        +--com.FlashDynamix.Xml.XmlRemoting

All Known Subclasses: XmlRemotingDebug

class XmlRemoting
extends base



Field Summary

public
callWaitSecs: Number
Seconds wait between calls on case of error

public
errorCallMax: Number
Error call attempts maximum

Method Summary


call ( XMLURL: String, commandName: String, params: Object )
Prepares and sends an XML call

public
stop ( )
Stops all current XML calls in transaction

Methods inherited from class com.FlashDynamix.core.base

addListener, removeListeners



Field Documentation

callWaitSecs

public var callWaitSecs: Number
Seconds wait between calls on case of error

errorCallMax

public var errorCallMax: Number
Error call attempts maximum


Method Documentation

call

function call(XMLURL: String,
 commandName: String,
 params: Object)
Prepares and sends an XML call

Prepares and sends an XML call containing a querystring using an object of named query parameters i.e.
myObj = new Object();
myObj.param1 = "value1";
myObj.param2 = "value2";
Translates to = "?param1=value1¶m2=value2

The querstring can also be hard coded into the XMLURL parameter

The commandName is used to identify the response when performing simaltaneuos data calls

stop

public function stop()
Stops all current XML calls in transaction


The documentation was generated from the following file:


Generated on 28/11/2005 11:44:04 AM