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
Instance methods
Event handlers

Constructor

ServiceResponder

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

Instance methods

buildResultEvent

public function buildResultEvent (
rawResult:*) : BasicResultEvent

getFaultFunction

public function getFaultFunction (
) : Function

getResultFunction

public function getResultFunction (
) : Function

getServiceMethodName

public function getServiceMethodName (

result

public function result (
rawResult:*) : void

setServiceMethodName

public function setServiceMethodName (
o:ServiceMethod) : void

status

public function status (
rawFault:Object) : void

Event handlers

onDebugEvents

public function onDebugEvents (
debugEvents:Array) : void