Main Page | Packages | Class Tree | Index | Help

com.FlashDynamix.Xml

class XmlRemotingDebug

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


class XmlRemotingDebug
extends XmlRemoting



Fields inherited from class com.FlashDynamix.Xml.XmlRemoting

callWaitSecs, errorCallMax

Method Summary

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

Methods inherited from class com.FlashDynamix.Xml.XmlRemoting

call, stop

Methods inherited from class com.FlashDynamix.core.base

addListener, removeListeners



Method Documentation

call

public function call(XMLURL: String,
 commandName: String,
 params: Object): Void
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

Overrides:


The documentation was generated from the following file:


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