public class

RequestData

extends Object
java.lang.Object
   ↳ com.google.gwt.requestfactory.shared.impl.RequestData

Class Overview

A class that encapsulates the parameters and method name to be invoked on the server.

Summary

Public Constructors
RequestData(String operation, Object[] parameters, Set<String> propertyRefs, Class<?> returnType, Class<?> elementType)
Public Methods
Class<?> getElementType()
Used to interpret the returned payload.
String getOperation()
Object[] getParameters()
Used by InstanceRequest subtypes to reset the instance object in the using method.
Set<String> getPropertyRefs()
Class<?> getReturnType()
Used to interpret the returned payload.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public RequestData (String operation, Object[] parameters, Set<String> propertyRefs, Class<?> returnType, Class<?> elementType)

Public Methods

public Class<?> getElementType ()

Used to interpret the returned payload.

public String getOperation ()

public Object[] getParameters ()

Used by InstanceRequest subtypes to reset the instance object in the using method.

public Set<String> getPropertyRefs ()

public Class<?> getReturnType ()

Used to interpret the returned payload.