ServiceResponder
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Version: | 1.0 |
| Author: | Francis Bourre |
| Classpath: | com.bourre.remoting.ServiceResponder |
| File last modified: | Wednesday, 31 October 2007, 07:35:30 |
Summary
Constructor
Class properties
Instance methods
Event handlers
Constructor
ServiceResponder
function ServiceResponder (
fResult:Function,
fFault:Function)
Class properties
onFaultEVENT
(read,write)
onResultEVENT
(read,write)
Instance methods
_resolve
function _resolve (
s:String) : Void
buildResultEvent
function buildResultEvent (
) : BasicResultEvent
getServiceMethodName
function getServiceMethodName (
) : ServiceMethod
invokeOnFault
function invokeOnFault (
e:BasicFaultEvent) : Void
invokeOnResult
function invokeOnResult (
e:BasicResultEvent) : Void
setServiceMethodName
function setServiceMethodName (
o:ServiceMethod) : Void
toString
function toString (
) : String
Returns the string representation of this instance.
Returns:
the string representation of this instance
Event handlers
onDebugEvents
function onDebugEvents (
debugEvents:Array) : Void
onResult
function onResult (
) : Void
onStatus
function onStatus (
rawFault:Object) : Void