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



Public Properties
 PropertyDefined by
  remoteObject : RemoteObject
AbstractRemoteObjectService
Protected Properties
 PropertyDefined by
 Inheritedoperations : Object
AbstractService
Public Methods
 MethodDefined by
  
AbstractRemoteObjectService(remoteObject:RemoteObject = null)
AbstractRemoteObjectService
Protected Methods
 MethodDefined by
 Inherited
getOperation(methodName:String):IAsyncOperation
Returns the operation associated with the given method name.
AbstractService
  
handleRemoteObjectCall(remoteObject:RemoteObject, 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)

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

Parameters
remoteObject:RemoteObject
 
methodName:String
 
... parameters

Returns
IAsyncOperation