RemotingCall
| Kind of class: | class |
|---|---|
| Inherits from: | AbstractLib |
| Implements: | |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.remoting.RemotingCall |
| File last modified: | Wednesday, 31 October 2007, 07:35:29 |
Summary
Constructor
Class properties
Class properties inherited from AbstractLib
Instance properties
Instance properties inherited from AbstractLib
Instance methods
- setCredentials
- setResponder
- setFullyQualifiedMethodName
- setServiceName
- setServiceMethod
- setMethodName
- setArguments
- getServiceName
- getMethod
- getArguments
- initEventSource
- load
- toString
Instance methods inherited from AbstractLib
_checkTimeOut _getTimeStamp _onLoadProgress addEventListener addListener execute fireEvent fireEventType getBytesLoaded getBytesTotal getContent getName getPerCent getTimeOut getURL initEventSource load prefixURL release removeEventListener removeListener setAntiCache setContent setName setTimeOut setURL toString
Constructor
RemotingCall
function RemotingCall (
sURL:String,
sFullyQualifiedMethodName:String,
responder:IServiceProxyListener)
Class properties
onErrorEVENT
static onErrorEVENT:EventType = AbstractLib.onErrorEVENT
(read,write)
onFaultEVENT
static onFaultEVENT:EventType = ServiceResponder.onFaultEVENT
(read,write)
onLoadInitEVENT
static onLoadInitEVENT:EventType = AbstractLib.onLoadInitEVENT
(read,write)
onLoadProgressEVENT
static onLoadProgressEVENT:EventType = AbstractLib.onLoadProgressEVENT
(read,write)
onResultEVENT
static onResultEVENT:EventType = ServiceResponder.onResultEVENT
(read,write)
onTimeOutEVENT
static onTimeOutEVENT:EventType = AbstractLib.onTimeOutEVENT
(read,write)
Instance methods
getArguments
function getArguments (
) : Array
getMethod
function getMethod (
) : ServiceMethod
getServiceName
function getServiceName (
) : String
initEventSource
function initEventSource (
) : Void
setArguments
function setArguments (
) : Void
setCredentials
function setCredentials (
sUserID:String,
sPassword:String) : Void
setFullyQualifiedMethodName
function setFullyQualifiedMethodName (
sFullyQualifiedMethodName:String) : Void
setMethodName
function setMethodName (
sServiceMethod:String) : Void
setResponder
function setResponder (
responder:IServiceProxyListener) : Void
setServiceMethod
function setServiceMethod (
serviceMethod:ServiceMethod) : Void
setServiceName
function setServiceName (
serviceName:String) : Void
toString
function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance