Packagesystem.remoting
Classpublic dynamic class RemotingServiceProxy
InheritanceRemotingServiceProxy Inheritance flash.utils.Proxy

This class defines a proxy of the RemotingService class to invoke all methods of the service with a simple method.



Public Properties
 PropertyDefined By
  service : RemotingService
The RemotingService reference of this proxy.
RemotingServiceProxy
Public Methods
 MethodDefined By
  
Creates a new RemotingServiceProxy instance.
RemotingServiceProxy
Protected Methods
 MethodDefined By
  
callProperty(name:*, ... rest):*
[override] Overrides the behavior of an object property that can be called as a function.
RemotingServiceProxy
Property Detail
serviceproperty
public var service:RemotingService

The RemotingService reference of this proxy.

Constructor Detail
RemotingServiceProxy()Constructor
public function RemotingServiceProxy(service:RemotingService)

Creates a new RemotingServiceProxy instance.

Parameters
service:RemotingService — The RemotingService reference of this proxy.
Method Detail
callProperty()method
override flash_proxy function callProperty(name:*, ... rest):*

Overrides the behavior of an object property that can be called as a function.

Parameters

name:*
 
... rest

Returns
*