ServiceResponder
| Kind of class: | public class |
|---|---|
| Package: | com.bourre.remoting |
| Inherits from: | Responder |
| Author: | romain, Axel Aigret |
| Classpath: | com.bourre.remoting.ServiceResponder |
| File last modified: | Monday, 24 November 2008, 11:36:48 |
Summary
Constructor
- ServiceResponder (fResult:Function = null, fFault:Function = null)
Instance methods
- getResultFunction : Function
- getFaultFunction : Function
- setServiceMethodName (o:ServiceMethod) : void
- getServiceMethodName : ServiceMethod
- result (rawResult:*) : void
- buildResultEvent (rawResult:*) : BasicResultEvent
- status (rawFault:Object) : void
Event handlers
- onDebugEvents (debugEvents:Array) : void
Constructor
ServiceResponder
public function ServiceResponder (
fResult:Function = null,
fFault:Function = null)
Instance methods
buildResultEvent
getFaultFunction
public function getFaultFunction (
) : Function
getResultFunction
public function getResultFunction (
) : Function
getServiceMethodName
result
public function result (
rawResult:*) : void
setServiceMethodName
status
public function status (
rawFault:Object) : void
Event handlers
onDebugEvents
public function onDebugEvents (
debugEvents:Array) : void