Package com.google.gwt.user.client.rpc

Classes used in client-side implementation of remote procedure calls. Most applications will be interested in AsyncCallback, InvocationException, RemoteService, and ServiceDefTarget. The other classes in this package are used primarily in implementing RPC proxies.

Classes

InvocationExceptionOccurs when a service invocation did not complete cleanly.
SerializableExceptionSuperclass for exceptions thrown from RPC methods (those appearing in interfaces derived from RemoteService).
SerializationExceptionBase exception type for errors relating to the serialization stream.

Interfaces

AsyncCallbackThe primary interface a caller must implement to receive a response from a remote procedure call.
IsSerializableMarker interface used to indicate a family of classes is serializable.
RemoteServiceMarker interface that RPC interfaces should extend.
SerializationStreamReaderAn interface for reading values from a stream.
SerializationStreamWriterAn interface for writing values from a stream.
ServiceDefTargetAn interface implemented by client-side RPC proxy objects.