| Package | org.springextensions.actionscript.rpc.remoting |
| SVN browsing | RemoteObjectService.as |
| Fisheye | RemoteObjectService.as |
| Class | public class RemoteObjectService |
| Inheritance | RemoteObjectService AbstractRPCService |
IOperation for each of these calls.
See also
Documentation reference: services
| Property | Defined by | ||
|---|---|---|---|
| remoteObject : RemoteObject
The
RemoteObject that is used by the current AbstractRemoteObjectService
to perform its task. | RemoteObjectService | ||
| Method | Defined by | ||
|---|---|---|---|
|
RemoteObjectService(remoteObject:RemoteObject = null)
Creates a new RemoteObjectService.
| RemoteObjectService | ||
|
call(methodName:String, ... parameters):IOperation
| RemoteObjectService | ||
| remoteObject | property |
remoteObject:RemoteObject [read-write]
The RemoteObject that is used by the current AbstractRemoteObjectService
to perform its task.
public function get remoteObject():RemoteObject
public function set remoteObject(value:RemoteObject):void
| RemoteObjectService | () | constructor |
public function RemoteObjectService(remoteObject:RemoteObject = null)Creates a new RemoteObjectService.
ParametersremoteObject:RemoteObject (default = null) — the remote object
|
| call | () | method |
public override function call(methodName:String, ... parameters):IOperationParameters
methodName:String |
|
... parameters |
IOperation |