Packageorg.springextensions.actionscript.mvcs.service
Classpublic class AbstractService
InheritanceAbstractService Inheritance flash.events.EventDispatcher
SubclassesAbstractRemoteObjectService

The base class for service classes.

Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.6.1



Protected Properties
 PropertyDefined by
  operations : Object
AbstractService
Public Methods
 MethodDefined by
  
AbstractService
Protected Methods
 MethodDefined by
  
getOperation(methodName:String):IAsyncOperation
Returns the operation associated with the given method name.
AbstractService
Property detail
operationsproperty
protected var operations:Object
Constructor detail
AbstractService()constructor
public function AbstractService()
Method detail
getOperation()method
protected function getOperation(methodName:String):IAsyncOperation

Returns the operation associated with the given method name. If no operation was found, one will be created.

Parameters
methodName:String — the name of the service method this operation is dealing with

Returns
IAsyncOperation — the operation that corresponds with the given method name