Packageorg.springextensions.actionscript.mvcs.service.support
Classpublic class AbstractRemoteObjectService
InheritanceAbstractRemoteObjectService Inheritance AbstractService Inheritance flash.events.EventDispatcher

Abstract base class for services working with remote objects.



Public Properties
 PropertyDefined by
  remoteObject : RemoteObject
AbstractRemoteObjectService
Protected Properties
 PropertyDefined by
 Inheritedoperations : Object
AbstractService
Public Methods
 MethodDefined by
  
AbstractRemoteObjectService(remoteObject:RemoteObject = null)
Creates a new AbstractRemoteObjectService.
AbstractRemoteObjectService
Protected Methods
 MethodDefined by
 Inherited
getOperation(methodName:String):IAsyncOperation
Returns the operation associated with the given method name.
AbstractService
  
handleRemoteObjectCall(methodName:String, ... parameters):IAsyncOperation
AbstractRemoteObjectService
Property detail
remoteObjectproperty
remoteObject:RemoteObject  [read-write]

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

Creates a new AbstractRemoteObjectService.

Parameters
remoteObject:RemoteObject (default = null) — the remote object
Method detail
handleRemoteObjectCall()method
protected function handleRemoteObjectCall(methodName:String, ... parameters):IAsyncOperation

Parameters
methodName:String
 
... parameters

Returns
IAsyncOperation