Package at.spardat.xma.rpc

Abstractions enabling the synchronous (RPC-like) communication between XMA-client and -server.

See:
          Description

Class Summary
RemoteCall Client and server side abstraction of a remote call, i.e., a call from XMA client to XMA server.
RemoteCallClient Used to construct a RemoteCall at the client side of XMA.
RemoteCallServer Abstraction for a RemoteCall at the server.
RemoteOperation Common base class for the remote operations RemoteCall and RemoteReply.
RemoteReply Models the answer the XMA server sends to the XMA client in a RemoteCall.
RemoteReplyData Value object that holds the data transferred from server to client in an XMA RPC.
RPCServletServer This servlet is the server side endpoint for XMA remote calls in components.
 

Package at.spardat.xma.rpc Description

Abstractions enabling the synchronous (RPC-like) communication between XMA-client and -server.