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).

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.
ServiceDefTargetA client-side RPC proxy can always be safely cast to this interface to allow you to or set the target URL for that service.