Packageorg.springextensions.actionscript.rpc.remoting
SVN browsingRemoteObjectService.as
FisheyeRemoteObjectService.as
Classpublic class RemoteObjectService
InheritanceRemoteObjectService Inheritance AbstractRPCService

Service that invokes methods on a remote object and returns an IOperation for each of these calls.

See also

IOperation


Documentation reference: services


Public Properties
 PropertyDefined by
  remoteObject : RemoteObject
The RemoteObject that is used by the current AbstractRemoteObjectService to perform its task.
RemoteObjectService
Public Methods
 MethodDefined by
  
RemoteObjectService(remoteObject:RemoteObject = null)
Creates a new RemoteObjectService.
RemoteObjectService
  
call(methodName:String, ... parameters):IOperation
RemoteObjectService
Property detail
remoteObjectproperty
remoteObject:RemoteObject  [read-write]

The RemoteObject that is used by the current AbstractRemoteObjectService to perform its task.

Implementation
    public function get remoteObject():RemoteObject
    public function set remoteObject(value:RemoteObject):void
Constructor detail
RemoteObjectService()constructor
public function RemoteObjectService(remoteObject:RemoteObject = null)

Creates a new RemoteObjectService.

Parameters
remoteObject:RemoteObject (default = null) — the remote object
Method detail
call()method
public override function call(methodName:String, ... parameters):IOperation

Parameters
methodName:String
 
... parameters

Returns
IOperation