Package com.smartgwt.client.rpc
package com.smartgwt.client.rpc
-
ClassDescriptionControls what class and instance substitutions, if any, are applied during a call to
RPCManager.createScreen()
.This class provides static methods to call server-side DMI methods exposed via aApplicationDeclaration
file.LoadProjectSettings is the bundle of settings that can be passed to loadProject() as the "settings" argument, including optional http parameters for the request toProjectLoaderServlet
.This is the bundle of settings that can be passed toRPCManager.loadScreen()
as the "settings" argument.The Messaging class provides APIs to make use of SmartGWT Real-Time Messaging module, an optional module available with SmartGWT Power or Enterprise Edition which allows browser based web applications to publish and subscribe to HTTP Messaging channels, allowing the application to receive (and send) messages delivered via server push for "real-time" updates from the server without polling.Represents aReify
project loaded from the server viaRPCManager.loadProject()
.The RequestTransformer provides the equivalent functionality of overridingRPCManager.transformRequest(RPCRequest)
.RPCManager is a static singleton class that manages transparent client/server RPC (remote procedure call).Encapsulates a client/server RPC request.Encapsulates an RPC response from the server.