Package org.eclipse.rap.rwt.remote
-
Interface Summary Interface Description Connection An instance of this interface represents a connection used to communicate with the client.OperationHandler Classes that implement this interface are used to handle operations from a remote object.RemoteObject Instances of this interface represent an object on the client that is synchronized with an object on the server. -
Class Summary Class Description AbstractOperationHandler This class provides an empty implementation of theOperationHandler
interface, to minimize the effort required to implement this interface.JsonMapping Provides utility methods that map common SWT types to their JSON representations used in the RAP protocol and back.