AbstractServiceProxy

Kind of class:public class
Package:com.bourre.remoting
Inherits from:none
Known subclasses:
Author:romain
Classpath:com.bourre.remoting.AbstractServiceProxy
File last modified:Monday, 24 November 2008, 11:36:48

Summary


Constructor
Instance methods
Event handlers

Constructor

AbstractServiceProxy

public function AbstractServiceProxy (
sURL:URLRequest, sServiceName:String = null)

Instance methods

addEventListener

public function addEventListener (
e:ServiceMethod, oL:*, f:Function, rest) : void

addListener

public function addListener (

callServiceMethod

public function callServiceMethod (
oServiceMethodName:ServiceMethod, responder:ServiceResponder, args) : void

callServiceWithResponderOnly

public function callServiceWithResponderOnly (
oServiceMethodName:ServiceMethod, responder:ServiceResponder, args) : void

getFullyQualifiedMethodName

public function getFullyQualifiedMethodName (
oServiceMethodName:ServiceMethod) : String

getRemotingConnection

public function getRemotingConnection (

getServiceName

public function getServiceName (
) : String

getServiceResponder

public function getServiceResponder (
fResult:Function = null, fFault:Function = null) : ServiceResponder

getURL

public function getURL (
) : URLRequest

removeEventListener

public function removeEventListener (
e:ServiceMethod, oL:*) : void

removeListener

public function removeListener (

setCredentials

public function setCredentials (
sUserID:String, sPassword:String) : void

setURL

public function setURL (
url:URLRequest) : void

toString

public function toString (
) : String

Event handlers

onFault

public function onFault (
e:BasicFaultEvent) : void

onResult

public function onResult (