Packageorg.springextensions.actionscript.rpc
SVN browsingIService.as
FisheyeIService.as
Interfacepublic interface IService
ImplementorsAbstractRPCService, NetConnectionService

Defines a service that invokes asynchronous operation on (remote) objects.



Documentation reference: services


Public Methods
 MethodDefined by
  
call(methodName:String, ... parameters):IOperation
Invokes a method with the given method name and parameters on a (remote) object.
IService
Method detail
call()method
public function call(methodName:String, ... parameters):IOperation

Invokes a method with the given method name and parameters on a (remote) object.

Parameters
methodName:String — the name of the method to invoke
 
... parameters — the paramters passed to the invoked method

Returns
IOperation — an operation for the invoked method