GWT 2.7.0

Package com.google.web.bindery.requestfactory.shared.messages

Contains classes that define the RequestFactory wire format.

See:
          Description

Interface Summary
IdMessage Used as a base type for messages that are about a particular id.
InvocationMessage Describes a method invocation.
JsonRpcRequest A JSON-RPC request payload.
MessageFactory The factory for creating RequestFactory wire messages.
OperationMessage Represents an operation to be carried out on a single entity on the server.
RequestMessage The message sent from the client to the server.
ResponseMessage The result of fulfilling a request on the server.
ServerFailureMessage Encapsulates a ServerFailure object.
VersionedMessage Describes a message that contains version information.
ViolationMessage Represents a ConstraintViolation.
 

Enum Summary
IdMessage.Strength Describes the longevity of the id.
 

Package com.google.web.bindery.requestfactory.shared.messages Description

Contains classes that define the RequestFactory wire format.

Since:
GWT 2.1.1

GWT 2.7.0