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

Constructor

ServiceResponder

function ServiceResponder (
fResult:Function, fFault:Function)

Class properties

onFaultEVENT

static onFaultEVENT:EventType = new EventType( "onFault" )
(read,write)

onResultEVENT

static onResultEVENT:EventType = new EventType( "onResult" )
(read,write)

Instance methods

_resolve

function _resolve (
s:String) : Void

buildResultEvent

function buildResultEvent (

getServiceMethodName

function getServiceMethodName (

invokeOnFault

function invokeOnFault (
e:BasicFaultEvent) : Void

invokeOnResult

function invokeOnResult (

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