next Mapping to an Object Model
up Client Subsystem Use Cases
previous Service Integration
  Contents
PDF version   PostScript version

Remote Service Call

The task of using a remote service is made as straightforward as executing a local method call of the form:
outParameters=XbProxy.invokeService(inParameters). A collection of input parameters is passed to an instance of the client module (traditionally called a proxy or stub in this context)--and a collection of output parameters is returned.
next Mapping to an Object Model
up Client Subsystem Use Cases
previous Service Integration
  Contents

Copyright © 2001 Jean-Marc Rosengard