Class Summary |
BuiltinRPC |
This class implements a set of "built-in" RPC methods that are available to all applications
as part of the standard SmartClient distribution. |
RPCManager |
Provides the ability to decode RPCRequests and
DSRequests sent by the browser into Java
Objects, and send back Java Object as responses. |
RPCRequest |
RPCRequest encapsulates the data sent by the client-side RPCManager. |
RPCResponse |
RPCResponse encapsulates data sent from the server to the client in response to an RPCRequest. |