Uses of Class
com.google.gwt.user.client.rpc.RpcRequestBuilder
Package
Description
Classes used in client-side implementation of remote procedure calls.
-
Uses of RpcRequestBuilder in com.google.gwt.user.client.rpc
Modifier and TypeMethodDescriptionfinal RpcRequestBuilder
Initialize the RpcRequestBuilder.final RpcRequestBuilder
RpcRequestBuilder.setCallback
(RequestCallback callback) Sets the RequestCallback to be used by the RequestBuilder.final RpcRequestBuilder
RpcRequestBuilder.setContentType
(String contentType) Sets the MIME content type to be used by the RequestBuilder.final RpcRequestBuilder
RpcRequestBuilder.setRequestData
(String data) Sets the request data to be sent in the request.final RpcRequestBuilder
RpcRequestBuilder.setRequestId
(int id) Sets the request id of the request.Modifier and TypeMethodDescriptionvoid
ServiceDefTarget.setRpcRequestBuilder
(RpcRequestBuilder builder) Sets the RpcRequestBuilder that should be used by the service implementation.