com.FlashDynamix.xml
class XmlRemoting
Object
|
+--com.FlashDynamix.core.Base
|
+--com.FlashDynamix.xml.XmlRemoting
All Known Subclasses: XmlRemotingDebugclass XmlRemoting extends Base
Field Summary
Stops a call of a same command name when calling another
Seconds wait between calls on case of error
Error call attempts maximum
Decides wether the xml is completely parsed or only parsed when accessed.
Method Summary
call (
url: String, name: String, query: Object, callMethod: String, compressed: Boolean
): LoadVars
Prepares and sends an XML call
Stops all current XML calls in transaction
Methods inherited from class com.FlashDynamix.core.Base
Field Documentation
lazyDecoding
public var lazyDecoding: Boolean
Decides wether the xml is completely parsed or only parsed when accessed.
Method Documentation
call
function call (
url: String,
name: String,
query: Object,
callMethod: String,
compressed: Boolean): LoadVars
name: String,
query: Object,
callMethod: String,
compressed: Boolean): LoadVars
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 name is used to identify the response when performing simaltaneuos data calls
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 name is used to identify the response when performing simaltaneuos data calls
- XmlRemoting.as, Last Modified: 18/03/2007 11:43:34 PM