com.FlashDynamix.xml

class XmlRemoting

Object | +--com.FlashDynamix.core.Base | +--com.FlashDynamix.xml.XmlRemoting
All Known Subclasses: XmlRemotingDebug

class XmlRemoting extends Base

    Field Summary

    public autoStop: Boolean
    Stops a call of a same command name when calling another
    public callWaitSecs: Number
    Seconds wait between calls on case of error
    public errorCallMax: Number
    Error call attempts maximum
    public lazyDecoding: Boolean
    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
    public myCall ( name: String ): Object
    public stop ( ): Void
    Stops all current XML calls in transaction
    public stopCall ( name: String ): Boolean
    Methods inherited from class com.FlashDynamix.core.Base