GWT 2.1.0

Package com.google.gwt.requestfactory.shared

Shared classes used on both the client and the server side for transmitting data between the sever and the client in JSON format.

See:
          Description

Interface Summary
EntityProxy A proxy for a server-side domain object.
EntityProxyChange.Handler<P extends EntityProxy> Implemented by methods that handle EntityProxyChange events.
EntityProxyId<P extends EntityProxy> A stable, opaque id of an EntityProxy that remains stable across updates, creates, deletes on the client.
InstanceRequest<P extends EntityProxy,T> Used to call instance methods.
LoggingRequest "API Generated" request selector interface implemented by objects that give client access to the methods of Logging.
Request<T> Implemented by the request objects created by this factory.
RequestContext The base interface for RequestFactory service endpoints.
RequestEvent.Handler Implemented by handlers of this type of event.
RequestFactory Marker interface for the RequestFactory code generator.
RequestTransport Abstracts the mechanism by which a RequestFactory instance transmits its payload to the backend.
RequestTransport.TransportReceiver A callback interface.
UserInformationProxy "API Generated" DTO interface based on UserInformation.
UserInformationRequest "API Generated" request selector interface implemented by objects that give client access to the methods of UserInformation.
Violation A lightweight representation of a ConstraintViolation.
 

Class Summary
EntityProxyChange<P extends EntityProxy> Abstract base class for an event announcing changes to an EntityProxy.
Receiver<V> Implemented by objects that display values.
RequestEvent An event posted whenever an RPC request is sent or its response is received.
ServerFailure Describes a request failure on the server.
ValueCodex Provides unified encoding and decoding of value objects.
 

Enum Summary
RequestEvent.State The request state.
WriteOperation The enum used in EntityProxyChange.
 

Annotation Types Summary
Id Marks the id property of an entity.
ProxyFor Annotation on EntityProxy classes specifying the domain (server-side) object type.
ProxyForName Annotation on EntityProxy classes specifying the domain (server-side) object type.
Service Annotation on Request classes specifying the server side implementations that back them.
ServiceName Annotation on Request classes specifying the server side implementations that back them.This annotation can be used in place of Service if the service type is not available to the GWT compiler or DevMode runtime.
Version Marks the version property of an entity.
 

Package com.google.gwt.requestfactory.shared Description

Shared classes used on both the client and the server side for transmitting data between the sever and the client in JSON format.

Experimental API: All classes in this package are still under rapid development, and are very likely to be deleted or renamed. Use them at your own risk.


GWT 2.1.0