Packagecom.ericfeminella.rpc
Interfacepublic interface IIResponderProxy
ImplementorsAMFPHPRemoteGateway

Provides the contract for a service which needs to invoke asynchronous calls between tiers of an application, and proxy the result / fault between an flash.net.Responder and mx.rpc.responder



Public Methods
 MethodDefined 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
Method detail
faultProxy()method
public function faultProxy(info:Object):void

Establishes the IResponder fault which will be used as a proxy method upon an Responder FaultEvent

Parameters
info:Object — IResponder fault method callback
resultProxy()method 
public function resultProxy(data:Object):void

Establishes the IResponder result which will be used as a proxy method upon an ResultEvent

Parameters
data:Object — IResponder result method callback