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

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

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

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

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

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

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