ServiceProxy
| Kind of class: | dynamic class |
|---|---|
| Inherits from: | AbstractServiceProxy |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.remoting.ServiceProxy |
| File last modified: | Wednesday, 31 October 2007, 07:35:30 |
Summary
Constructor
Instance properties
Instance properties inherited from AbstractServiceProxy
Instance methods
Event handlers
Event handlers inherited from AbstractServiceProxy
Constructor
ServiceProxy
function ServiceProxy (
sURL:String,
serviceName:String)
Instance properties
__KEY
__KEY:Number = null
(read,write)
Instance methods
__resolve
function __resolve (
sServiceMethodName:String,
o:ServiceResponder) : Function
toString
function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance
Overrides: