Packagemx.rpc.mxml
Interfacepublic interface IMXMLSupport
Implementors HTTPService, Operation, Operation, RemoteObject, WebService

Implementing this interface means that an RPC service can be used in an MXML document by using MXML tags.



Public Properties
 PropertyDefined By
  concurrency : String
The concurrency setting of the RPC operation or HTTPService.
IMXMLSupport
  showBusyCursor : Boolean
Indicates whether the RPC operation or HTTPService should show the busy cursor while it is executing.
IMXMLSupport
Property Detail
concurrencyproperty
concurrency:String

The concurrency setting of the RPC operation or HTTPService. One of "multiple" "last" or "single."



Implementation
    public function get concurrency():String
    public function set concurrency(value:String):void
showBusyCursorproperty 
showBusyCursor:Boolean

Indicates whether the RPC operation or HTTPService should show the busy cursor while it is executing.



Implementation
    public function get showBusyCursor():Boolean
    public function set showBusyCursor(value:Boolean):void