| Package | com.ericfeminella.rpc |
| Interface | public interface IIResponderProxy |
| Implementors | AMFPHPRemoteGateway |
| Method | Defined by | ||
|---|---|---|---|
|
faultProxy(info:Object):void
Establishes the IResponder fault which will be used as a proxy
method upon an Responder FaultEvent
| IIResponderProxy | ||
|
resultProxy(data:Object):void
Establishes the IResponder result which will be used as a proxy
method upon an ResultEvent
| IIResponderProxy | ||
| faultProxy | () | method |
public function faultProxy(info:Object):voidEstablishes the IResponder fault which will be used as a proxy method upon an Responder FaultEvent
Parametersinfo:Object — IResponder fault method callback
|
| resultProxy | () | method |
public function resultProxy(data:Object):voidEstablishes the IResponder result which will be used as a proxy method upon an ResultEvent
Parametersdata:Object — IResponder result method callback
|