Uses of Package
com.google.web.bindery.requestfactory.shared
Package
Description
A package for managing client-server requests.
Classes used for testing the request factory service.
Classes used by the request factory to manage proxies, user logins, and
authentication.
Server-side classes for mediating between the client-side and the persistent
datastore.
Shared classes used on both the client and the server side for transmitting
data between the server and the client in JSON format.
Jakarta-specific package for server-only classes.
Contains classes that define the RequestFactory wire format.
Classes to use RequestFactory in a non-GWT (e.g., Android or desktop) JRE
environment.
-
ClassDescription"API Generated" request selector interface implemented by objects that give client access to the methods of
Logging
.Callback object forRequest.fire(Receiver)
andRequestContext.fire(Receiver)
.The base interface for RequestFactory service endpoints.Marker interface for the RequestFactory code generator.Abstracts the mechanism by which a RequestFactory instance transmits its payload to the backend.A callback interface.Deprecated. -
ClassDescriptionThe base interface for RequestFactory service endpoints.Marker interface for the RequestFactory code generator.Deprecated.users should upgrade to the full
ConstraintViolation
type by switching theirReceiver
implementations to useReceiver.onConstraintViolation(java.util.Set)
instead ofReceiver.onViolation(java.util.Set)
. -
-
ClassDescriptionThe root type from which all client-side proxy objects are derived.A Locator allows entity types that do not conform to the RequestFactory entity protocol to be used.The base interface for RequestFactory service endpoints.Marker interface for the RequestFactory code generator.Describes a request failure on the server.A ServiceLocator provides instances of a type specified by a
Service
whenRequest
methods declared in aRequestContext
are mapped onto instance (non-static) methods. -
ClassDescriptionAbstracts the mechanism by which a RequestFactory instance transmits its payload to the backend.A callback interface.
-
ClassDescriptionThe root type from which all client-side proxy objects are derived.The base interface for RequestFactory service endpoints.Marker interface for the RequestFactory code generator.
-
ClassDescriptionAbstracts the mechanism by which a RequestFactory instance transmits its payload to the backend.A callback interface.
ConstraintViolation
type by switching theirReceiver
implementations to useReceiver.onConstraintViolation(java.util.Set)
instead ofReceiver.onViolation(java.util.Set)
.