Packagecom.bourre.remoting
Classpublic class ServiceProxy
InheritanceServiceProxy Inheritance AbstractServiceProxy

Player version: Flash Player 9.0
Language version: ActionScript 3.0

The ServiceProxy class.

TODO Documentation.



Public Methods
 MethodDefined by
  
ServiceProxy(oURL:URLRequest, sServiceName:String)
ServiceProxy
  
__resolve(sServiceMethodName:ServiceMethod, o:ServiceResponder):Function
ServiceProxy
 Inherited
addEventListener(e:ServiceMethod, oL:Function, ... f, rest:*):void
AbstractServiceProxy
 Inherited
AbstractServiceProxy
 Inherited
callServiceMethod(oServiceMethodName:ServiceMethod, responder:ServiceResponder, ... args):void
AbstractServiceProxy
 Inherited
callServiceWithResponderOnly(oServiceMethodName:ServiceMethod, responder:ServiceResponder, ... args):void
AbstractServiceProxy
 Inherited
getFullyQualifiedMethodName(oServiceMethodName:ServiceMethod):String
AbstractServiceProxy
 Inherited
AbstractServiceProxy
 Inherited
getServiceName():String
AbstractServiceProxy
 Inherited
getServiceResponder(fResult:Function = null, fFault:Function = null):ServiceResponder
AbstractServiceProxy
 Inherited
getURL():URLRequest
AbstractServiceProxy
 Inherited
AbstractServiceProxy
 Inherited
AbstractServiceProxy
 Inherited
AbstractServiceProxy
 Inherited
AbstractServiceProxy
 Inherited
setCredentials(sUserID:String, sPassword:String):void
AbstractServiceProxy
 Inherited
setURL(url:URLRequest):void
AbstractServiceProxy
 Inherited
toString():String
AbstractServiceProxy
Protected Methods
 MethodDefined by
 Inherited
_onNetStatus(e:NetStatusEvent, fFault:Function):void
AbstractServiceProxy
 Inherited
fireErrorEvent(sServiceMethodName:ServiceMethod, errorCode:String = null, errorMessage:String = null, fFault:Function = null):void
AbstractServiceProxy
Constructor detail
ServiceProxy()constructor
public function ServiceProxy(oURL:URLRequest, sServiceName:String)

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
oURL:URLRequest
 
sServiceName:String
Method detail
__resolve()method
public function __resolve(sServiceMethodName:ServiceMethod, o:ServiceResponder):Function

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Parameters
sServiceMethodName:ServiceMethod
 
o:ServiceResponder

Returns
Function