| Name | Description | Type | Package | Framework |
| DefaultProxyStore | An in-memory ProxyStore store that can encode its state as a JSON objectConstructor SummaryDefaultProxyStore() | Class | com.google.web.bindery.requestfactory.shared | Google WebToolkit (GWT) |
| EntityProxy | A proxy for a server-side domain object. | Interface | com.google.web.bindery.requestfactory.shared | Google WebToolkit (GWT) |
| EntityProxyChange | Event posted by a RequestFactory when changes to an entity are detected. | Class | com.google.web.bindery.requestfactory.shared | Google WebToolkit (GWT) |
| EntityProxyChange .Handler | Interface | com.google.web.bindery.requestfactory.shared.EntityProxyChange | Google WebToolkit (GWT) | |
| EntityProxyId | A stable, opaque id of an EntityProxy that remains stable across updates, creates, deletes on the client. | Interface | com.google.web.bindery.requestfactory.shared | Google WebToolkit (GWT) |
| ExtraTypes | This annotation can be applied to EntityProxy, ValueProxy, RequestContext, and RequestFactory type declarations to | Class | com.google.web.bindery.requestfactory.shared | Google WebToolkit (GWT) |
| FakeRequest | A no-op implementation of Request that can be used as a base type for writingConstructor SummaryFakeRequest() | Class | com.google.web.bindery.requestfactory.shared.testing | Google WebToolkit (GWT) |
| FakeRequestContext | A no-op implementation of RequestConext that can be used as a base type for writing unit tests. | Class | com.google.web.bindery.requestfactory.shared.testing | Google WebToolkit (GWT) |
| FakeRequestFactory | A no-op implementation of RequestFactory that can be used forFields inherited from interface com. | Class | com.google.web.bindery.requestfactory.shared.testing | Google WebToolkit (GWT) |
| FakeRequestTransport | Class | com.google.web.bindery.requestfactory.shared.testing | Google WebToolkit (GWT) | |
| FanoutReceiver | A FanoutReceiver will forward its callbacks to zero or more other Receivers. | Class | com.google.web.bindery.requestfactory.shared | Google WebToolkit (GWT) |
| IdMessage | Used as a base type for messages that are about a particular id. | Interface | com.google.web.bindery.requestfactory.shared.messages | Google WebToolkit (GWT) |
| IdMessage .Strength | Describes the longevity of the id. | Class | com.google.web.bindery.requestfactory.shared.messages.IdMessage | Google WebToolkit (GWT) |
| InstanceRequest | Used to call instance methods. | Interface | com.google.web.bindery.requestfactory.shared | Google WebToolkit (GWT) |
| InvocationMessage | Describes a method invocation. | Interface | com.google.web.bindery.requestfactory.shared.messages | Google WebToolkit (GWT) |
| JsonRpcRequest | A JSON-RPC request payload. | Interface | com.google.web.bindery.requestfactory.shared.messages | Google WebToolkit (GWT) |
| JsonRpcWireName | Experimental API, subject to change Provides the method name for a JSON-RPC invocation. | Class | com.google.web.bindery.requestfactory.shared | Google WebToolkit (GWT) |
| Locator | A Locator allows entity types that do not conform to the RequestFactory entity protocol to be used. | Class | com.google.web.bindery.requestfactory.shared | Google WebToolkit (GWT) |
| LoggingRequest | "API Generated" request selector interface implemented by objects that give client access to the methods of Logging. | Interface | com.google.web.bindery.requestfactory.shared | Google WebToolkit (GWT) |
| MessageFactory | The factory for creating RequestFactory wire messages. | Interface | com.google.web.bindery.requestfactory.shared.messages | Google WebToolkit (GWT) |
| OperationMessage | Represents an operation to be carried out on a single entity on the server. | Interface | com.google.web.bindery.requestfactory.shared.messages | Google WebToolkit (GWT) |
| ProxyFor | Annotation on EntityProxy and ValueProxy classes specifying the domain (server-side) object type. | Class | com.google.web.bindery.requestfactory.shared | Google WebToolkit (GWT) |
| ProxyForName | Annotation on EntityProxy classes specifying the domain (server-side) object type. | Class | com.google.web.bindery.requestfactory.shared | Google WebToolkit (GWT) |
| ProxySerializer | Serializes graphs of EntityProxy objects. | Interface | com.google.web.bindery.requestfactory.shared | Google WebToolkit (GWT) |
| ProxyStore | A ProxyStore provides a ProxySerializer with access to a low-level persistence mechanism. | Interface | com.google.web.bindery.requestfactory.shared | Google WebToolkit (GWT) |
| Receiver | Callback object for Request. | Class | com.google.web.bindery.requestfactory.shared | Google WebToolkit (GWT) |
| Request | A Request represents a single method invocation on the server. | Interface | com.google.web.bindery.requestfactory.shared | Google WebToolkit (GWT) |
| RequestContext | The base interface for RequestFactory service endpoints. | Interface | com.google.web.bindery.requestfactory.shared | Google WebToolkit (GWT) |
| RequestFactory | Marker interface for the RequestFactory code generator. | Interface | com.google.web.bindery.requestfactory.shared | Google WebToolkit (GWT) |
| RequestMessage | The message sent from the client to the server. | Interface | com.google.web.bindery.requestfactory.shared.messages | Google WebToolkit (GWT) |
| RequestTransport | Abstracts the mechanism by which a RequestFactory instance transmits its payload to the backend. | Interface | com.google.web.bindery.requestfactory.shared | Google WebToolkit (GWT) |
| RequestTransport .TransportReceiver | A callback interface. | Interface | com.google.web.bindery.requestfactory.shared.RequestTransport | Google WebToolkit (GWT) |
| ResponseMessage | The result of fulfilling a request on the server. | Interface | com.google.web.bindery.requestfactory.shared.messages | Google WebToolkit (GWT) |
| ServerFailure | Describes a request failure on the server. | Class | com.google.web.bindery.requestfactory.shared | Google WebToolkit (GWT) |
| ServerFailureMessage | Encapsulates a ServerFailure object. | Interface | com.google.web.bindery.requestfactory.shared.messages | Google WebToolkit (GWT) |
| Service | Annotation on Request classes specifying the server-side implementations thatSee Also:ServiceName | Class | com.google.web.bindery.requestfactory.shared | Google WebToolkit (GWT) |
| ServiceLocator | A ServiceLocator provides instances of a type specified by a Service when Request methods declared in a RequestContextare mapped | Interface | com.google.web.bindery.requestfactory.shared | Google WebToolkit (GWT) |
| ServiceName | Annotation on Request classes specifying the server-side implementations that back them. | Class | com.google.web.bindery.requestfactory.shared | Google WebToolkit (GWT) |
| ValueLocator | A Locator for use with value types (as opposed to entities), which are not persisted. | Class | com.google.web.bindery.requestfactory.shared | Google WebToolkit (GWT) |
| VersionedMessage | Describes a message that contains version information. | Interface | com.google.web.bindery.requestfactory.shared.messages | Google WebToolkit (GWT) |
| Violation | A lightweight representation of a ConstraintViolation. | Interface | com.google.web.bindery.requestfactory.shared | Google WebToolkit (GWT) |
| ViolationMessage | Represents a ConstraintViolation. | Interface | com.google.web.bindery.requestfactory.shared.messages | Google WebToolkit (GWT) |
| WriteOperation | enum WriteOperationextends java. | Class | com.google.web.bindery.requestfactory.shared | Google WebToolkit (GWT) |