Mapping to an Object Model
Client Subsystem Use Cases
Service Integration
  Contents
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.
Mapping to an Object Model
Client Subsystem Use Cases
Service Integration
  Contents
Copyright © 2001 Jean-Marc Rosengard