Class com.sekati.remoting.RemoteCall

Description

Make Remoting calls to AMFPHP, Fluorine, etc. TODO Replace Singleton Dispatcher for call result handling granularity.

See Also

Method Index

new RemoteCall()
call()

Inherited from CoreObject

Constructor Detail

RemoteCall

public function RemoteCall(gateway:String, service:String, method:String)

RemoteCall Constructor

Parameters

gateway(String)
service(String)
method(String)

Return

Void

Method Detail

call

public function call():Void

Invoke the RPC; all arguments will be passed through.

Parameters

Return

Void