Packagemx.rpc.mxml
Interfacepublic interface IMXMLSupport
ImplementorsHTTPService, Operation, Operation, RemoteObject, WebService

Implementing this interface means that an RPC service can be used in an MXML document via tags since it supports the interfaces specified during Flex 1.



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
public var concurrency:String

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

showBusyCursorproperty 
showBusyCursor:Boolean  [read-write]

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




 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flex/2/langref/mx/rpc/mxml/IMXMLSupport.html