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

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 (

getServiceName

function getServiceName (
) : String

initEventSource

function initEventSource (
) : Void

load

function load (
) : 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

Event handlers

onFault

function onFault (
e:BasicFaultEvent) : Void

onResult

function onResult (