GWT 2.3.0

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

All Superinterfaces:
VersionedMessage

Deprecated.

@Deprecated
public interface ResponseMessage
extends VersionedMessage

The result of fulfilling a request on 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 GENERAL_FAILURE
          Deprecated.  
static java.lang.String INVOCATION_RESULTS
          Deprecated.  
static java.lang.String OPERATIONS
          Deprecated.  
static java.lang.String STATUS_CODES
          Deprecated.  
static java.lang.String VIOLATIONS
          Deprecated.  
 
Fields inherited from interface com.google.gwt.requestfactory.shared.messages.VersionedMessage
VERSION
 
Method Summary
 ServerFailureMessage getGeneralFailure()
          Deprecated.  
 java.util.List<Splittable> getInvocationResults()
          Deprecated.  
 java.util.List<OperationMessage> getOperations()
          Deprecated.  
 java.util.List<java.lang.Boolean> getStatusCodes()
          Deprecated.  
 java.util.List<ViolationMessage> getViolations()
          Deprecated.  
 void setGeneralFailure(ServerFailureMessage failure)
          Deprecated.  
 void setInvocationResults(java.util.List<Splittable> value)
          Deprecated.  
 void setOperations(java.util.List<OperationMessage> value)
          Deprecated.  
 void setStatusCodes(java.util.List<java.lang.Boolean> value)
          Deprecated.  
 void setViolations(java.util.List<ViolationMessage> value)
          Deprecated.  
 
Methods inherited from interface com.google.gwt.requestfactory.shared.messages.VersionedMessage
getVersion, setVersion
 

Field Detail

GENERAL_FAILURE

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

INVOCATION_RESULTS

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

OPERATIONS

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

STATUS_CODES

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

VIOLATIONS

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

getGeneralFailure

@AutoBean.PropertyName(value="F")
ServerFailureMessage getGeneralFailure()
Deprecated. 

getInvocationResults

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

getOperations

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

getStatusCodes

@AutoBean.PropertyName(value="S")
java.util.List<java.lang.Boolean> getStatusCodes()
Deprecated. 

getViolations

@AutoBean.PropertyName(value="X")
java.util.List<ViolationMessage> getViolations()
Deprecated. 

setGeneralFailure

@AutoBean.PropertyName(value="F")
void setGeneralFailure(ServerFailureMessage failure)
Deprecated. 

setInvocationResults

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

setOperations

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

setStatusCodes

@AutoBean.PropertyName(value="S")
void setStatusCodes(java.util.List<java.lang.Boolean> value)
Deprecated. 

setViolations

@AutoBean.PropertyName(value="X")
void setViolations(java.util.List<ViolationMessage> value)
Deprecated. 

GWT 2.3.0