Main Page | Packages | Class Tree | Index | Help

xp.services

interface IService

All Known Implementing Classes:
XMLService

interface IService

The interface xp services


Author:
ProWin Computers Ltd. - Rob Edgar

Version:
3.0.0.000

See also:


Method Summary

public
addOperation ( operation: String ): Void
Binds an operation to this service*

public
addRequestFilter ( filter: IServiceFilter ): Void
Add a request filter*

public
addResponseFilter ( filter: IServiceFilter ): Void
Add a response filter*

public
execute ( operation: String, params: Object ): Object
Executes an operation via this service*

public
onCallFault ( pendingCall ): Void
Callback handler from the PendingCall onFault event*

public
onCallResult ( pendingCall ): Void
Callback handler from the PendingCall onResult event*



Method Documentation

addOperation

public function addOperation(operation: String): Void
Binds an operation to this service*

addRequestFilter

public function addRequestFilter(filter: IServiceFilter): Void
Add a request filter*

addResponseFilter

public function addResponseFilter(filter: IServiceFilter): Void
Add a response filter*

execute

public function execute(operation: String,
 params: Object): Object
Executes an operation via this service*

onCallFault

public function onCallFault(pendingCall): Void
Callback handler from the PendingCall onFault event*

onCallResult

public function onCallResult(pendingCall): Void
Callback handler from the PendingCall onResult event*


The documentation was generated from the following file:


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