| Name | Description | Type | Package | Framework |
| AsyncCallback | The primary interface a caller must implement to receive a response from a remote procedure call. | Interface | com.google.gwt.user.client.rpc | Google WebToolkit (GWT) |
| CustomFieldSerializer | An interface that may be implemented by class-based custom field serializers which will reduce the amount of server-side reflection during serialization, | Class | com.google.gwt.user.client.rpc | Google WebToolkit (GWT) |
| GwtTransient | This annotation means the same thing as the transient keyword, but it is ignored by all serialization systems other than GWT's. | Class | com.google.gwt.user.client.rpc | Google WebToolkit (GWT) |
| HasRpcToken | An interface implemented by client-side RPC proxy objects. | Interface | com.google.gwt.user.client.rpc | Google WebToolkit (GWT) |
| IncompatibleRemoteServiceException | Exception that will be passed to the AsyncCallback. | Class | com.google.gwt.user.client.rpc | Google WebToolkit (GWT) |
| InvocationException | Occurs when a service invocation did not complete cleanly. | Class | com.google.gwt.user.client.rpc | Google WebToolkit (GWT) |
| RemoteServiceRelativePath | Associates a RemoteService with a relative path. | Class | com.google.gwt.user.client.rpc | Google WebToolkit (GWT) |
| RpcRequestBuilder | This class encapsulates the logic necessary to configure a RequestBuilder for use with an RPC proxy object. | Class | com.google.gwt.user.client.rpc | Google WebToolkit (GWT) |
| RpcToken | An interface for RPC token implementation objects included with each RPC call. | Interface | com.google.gwt.user.client.rpc | Google WebToolkit (GWT) |
| RpcToken .RpcTokenImplementation | RemoteService interfaces specifying RpcToken implementation using this annotation will only have serializers for the specific class | Class | com.google.gwt.user.client.rpc.RpcToken | Google WebToolkit (GWT) |
| RpcTokenException | Exception that will be passed to the RpcTokenExceptionHandler. | Class | com.google.gwt.user.client.rpc | Google WebToolkit (GWT) |
| RpcTokenExceptionHandler | Handles an exception produced while processing RpcToken. | Interface | com.google.gwt.user.client.rpc | Google WebToolkit (GWT) |
| SerializableException | Superclass for exceptions thrown from RPC methods (those appearing in interfaces derived from RemoteService). | Class | com.google.gwt.user.client.rpc | Google WebToolkit (GWT) |
| SerializationException | Base exception type for errors relating to the serialization stream. | Class | com.google.gwt.user.client.rpc | Google WebToolkit (GWT) |
| SerializationStreamFactory | An interface for creating SerializationStreamReaders and SerializationStreamWriters. | Interface | com.google.gwt.user.client.rpc | Google WebToolkit (GWT) |
| SerializationStreamReader | An interface for reading values from a stream. | Interface | com.google.gwt.user.client.rpc | Google WebToolkit (GWT) |
| SerializationStreamWriter | An interface for writing values into a stream. | Interface | com.google.gwt.user.client.rpc | Google WebToolkit (GWT) |
| SerializedTypeViolationException | Exception that will be passed to the AsyncCallback. | Class | com.google.gwt.user.client.rpc | Google WebToolkit (GWT) |
| ServiceDefTarget | An interface implemented by client-side RPC proxy objects. | Interface | com.google.gwt.user.client.rpc | Google WebToolkit (GWT) |
| ServiceDefTarget .NoServiceEntryPointSpecifiedException | This exception is thrown when a service is invoked without ServiceDefTarget. | Class | com.google.gwt.user.client.rpc.ServiceDefTarget | Google WebToolkit (GWT) |
| StatusCodeException | Indicates that an RPC response was returned with an invalid HTTP status code. | Class | com.google.gwt.user.client.rpc | Google WebToolkit (GWT) |
| XsrfToken | Class | com.google.gwt.user.client.rpc | Google WebToolkit (GWT) | |
| XsrfTokenService | XSRF token generation RPC service. | Interface | com.google.gwt.user.client.rpc | Google WebToolkit (GWT) |
| XsrfTokenServiceAsync | Async peer of XsrfTokenService. | Interface | com.google.gwt.user.client.rpc | Google WebToolkit (GWT) |
| SynchronizedRpcRequest | Class | com.google.gwt.user.client.rpc | OpenCMS | |
| RemoteServiceProxy | Superclass for client-side RemoteService proxies. | Class | com.google.gwt.user.client.rpc.impl | OpenCMS |
| RpcRequestBuilder | This class encapsulates the logic necessary to configure a RequestBuilder for use with an RPC proxy object. | Class | com.google.gwt.user.client.rpc | OpenCMS |
| SynchronizedRpcRequest | Class | com.google.gwt.user.client.rpc | OpenCMS | |