Interface RequestMessage
- All Superinterfaces:
VersionedMessage
The message sent from the client to the server.
-
Field Summary
Fields inherited from interface com.google.web.bindery.requestfactory.shared.messages.VersionedMessage
VERSION
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setInvocations
(List<InvocationMessage> value) void
setOperations
(List<OperationMessage> value) void
setRequestFactory
(String value) Methods inherited from interface com.google.web.bindery.requestfactory.shared.messages.VersionedMessage
getVersion, setVersion
-
Field Details
-
FACTORY
- See Also:
-
INVOCATION
- See Also:
-
OPERATIONS
- See Also:
-
-
Method Details
-
getInvocations
-
getOperations
-
getRequestFactory
-
setInvocations
-
setOperations
-
setRequestFactory
-