GWT 2.3.0

com.google.gwt.requestfactory.shared.messages
Interface RequestMessage

All Superinterfaces:
VersionedMessage

Deprecated.

@Deprecated
public interface RequestMessage
extends VersionedMessage

The message sent from the client to the server.

RequestFactory has moved to com.google.web.bindery.requestfactory. This package will be removed in a future version of GWT.


Field Summary
static java.lang.String INVOCATION
          Deprecated.  
static java.lang.String OPERATIONS
          Deprecated.  
 
Fields inherited from interface com.google.gwt.requestfactory.shared.messages.VersionedMessage
VERSION
 
Method Summary
 java.util.List<InvocationMessage> getInvocations()
          Deprecated.  
 java.util.List<OperationMessage> getOperations()
          Deprecated.  
 void setInvocations(java.util.List<InvocationMessage> value)
          Deprecated.  
 void setOperations(java.util.List<OperationMessage> value)
          Deprecated.  
 
Methods inherited from interface com.google.gwt.requestfactory.shared.messages.VersionedMessage
getVersion, setVersion
 

Field Detail

INVOCATION

static final java.lang.String INVOCATION
Deprecated. 
See Also:
Constant Field Values

OPERATIONS

static final java.lang.String OPERATIONS
Deprecated. 
See Also:
Constant Field Values
Method Detail

getInvocations

@AutoBean.PropertyName(value="I")
java.util.List<InvocationMessage> getInvocations()
Deprecated. 

getOperations

@AutoBean.PropertyName(value="O")
java.util.List<OperationMessage> getOperations()
Deprecated. 

setInvocations

@AutoBean.PropertyName(value="I")
void setInvocations(java.util.List<InvocationMessage> value)
Deprecated. 

setOperations

@AutoBean.PropertyName(value="O")
void setOperations(java.util.List<OperationMessage> value)
Deprecated. 

GWT 2.3.0