AbstractServiceProxy

Kind of class:class
Inherits from:none
Known subclasses:
Version:1.0
Author:Francis Bourre
Classpath:com.bourre.remoting.AbstractServiceProxy
File last modified:Wednesday, 31 October 2007, 07:35:29

Constructor

AbstractServiceProxy

function AbstractServiceProxy (
sURL:String, serviceName:String)

Instance methods

addEventListener

function addEventListener (
e:ServiceMethod, f:Function) : Void

addListener

function addListener (

callServiceMethod

function callServiceMethod (
oServiceMethodName:ServiceMethod, responder:ServiceResponder) : Void

callServiceWithResponderOnly

function callServiceWithResponderOnly (
oServiceMethodName:ServiceMethod, o:ServiceResponder) : Void

getRemotingConnection

function getRemotingConnection (

getServiceResponder

function getServiceResponder (
fResult:Function, fFault:Function) : ServiceResponder

getURL

function getURL (
) : String

removeEventListener

function removeEventListener (
e:ServiceMethod) : Void

removeListener

function removeListener (

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 (