Main Page | Packages | Class Tree | Index | Help

xp.mvc

class ServiceResponder

Object
  |
  +--xp.mvc.ServiceResponder


class ServiceResponder
extends Object

A responder for service calls

The Command class requires service callback's to reference the context as specified in IResponder interface.
This call translates between the different types of service responder and the mvc IResponder interface.


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Constructor

public
ServiceResponder ( responder, context: Context, pendingCall)
Create a new instance

Method Summary

public
onFault ( e ): Void
Event handler for the onFault callback from a Service*

public
onResult ( e ): Void
Event handler for the onResult callback from a Service*

public
onWSFault ( fault ): Void
Event handler for the onFault callback from a WebService*

public
onWSResult ( result ): Void
Event handler for the onResult callback from a WebService*



Constructor Documentation

ServiceResponder

public function ServiceResponder(responder,
 context: Context,
 pendingCall)
Create a new instance

Parameters:
responder
The responder to call
context
The invocation context
pendingCall
The service pending call object

Method Documentation

onFault

public function onFault(e): Void
Event handler for the onFault callback from a Service*

onResult

public function onResult(e): Void
Event handler for the onResult callback from a Service*

onWSFault

public function onWSFault(fault): Void
Event handler for the onFault callback from a WebService*

onWSResult

public function onWSResult(result): Void
Event handler for the onResult callback from a WebService*


The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc