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
Interfaces
AsyncCallback | The primary interface a caller must implement to receive a response from a
remote procedure call. |
IsSerializable | Marker interface used to indicate a family of classes is serializable. |
RemoteService | Marker interface that RPC interfaces should extend. |
ServiceDefTarget | A client-side RPC proxy can always be safely cast to this interface to allow
you to or set the target URL for that service. |