RemotingRequest

Kind of class:class
Inherits from:AbstractDataRequest
Implements:
Version:1.0
Author:Francis Bourre
Classpath:com.bourre.data.request.RemotingRequest
File last modified:Wednesday, 31 October 2007, 07:35:29

Constructor

RemotingRequest

function RemotingRequest (
url:String, sFullyQualifiedMethodName:String)

Instance methods

execute

function execute (
e:IEvent) : Void

setArguments

function setArguments (
) : Void

setCredentials

function setCredentials (
sUserID:String, sPassword:String) : Void

setURL

function setURL (
url: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 (
IServiceProxyListener callbacks