| Package | org.springextensions.actionscript.rpc |
| SVN browsing | IService.as |
| Fisheye | IService.as |
| Interface | public interface IService |
| Implementors | AbstractRPCService, NetConnectionService |
Documentation reference: services
| Method | Defined by | ||
|---|---|---|---|
|
call(methodName:String, ... parameters):IOperation
Invokes a method with the given method name and parameters on a (remote) object.
| IService | ||
| call | () | method |
public function call(methodName:String, ... parameters):IOperationInvokes a method with the given method name and parameters on a (remote) object.
ParametersmethodName:String — the name of the method to invoke
|
|
... parameters — the paramters passed to the invoked method
|
IOperation —
an operation for the invoked method
|