[AS3] Class r1.rpc.RPCFacade

[AS3] Class r1.rpc.RPCFacade

Client API
Packager1.rpc
Classpublic class RPCFacade

The base class for all remote interfaces, i.e., the generated client-side façade classes.



Public Properties
 PropertyDefined by
  rpc : RPC
RPCFacade
Public Methods
 MethodDefined by
  
RPCFacade(rpc:RPC, encoding:int)
RPCFacade
Property detail
rpcproperty
rpc:RPC  [read-write]Implementation
    public function get rpc():RPC
    public function set rpc(value:RPC):void
Constructor detail
RPCFacade()constructor
public function RPCFacade(rpc:RPC, encoding:int)

Parameters
rpc:RPC — the RPC object for this façade. It can be null, where the RPC.defaultRPC will be used.
 
encoding:int — for future use.
Method detail
call()method
r1_internal function call(methodName:String, args:Array, receiver:*):voidParameters
methodName:String
 
args:Array
 
receiver:*