Uses of Class
com.google.gwt.user.client.rpc.RpcRequestBuilder
-
Packages that use RpcRequestBuilder Package Description com.google.gwt.user.client.rpc Classes used in client-side implementation of remote procedure calls. -
-
Uses of RpcRequestBuilder in com.google.gwt.user.client.rpc
Methods in com.google.gwt.user.client.rpc that return RpcRequestBuilder Modifier and Type Method Description RpcRequestBuilder
RpcRequestBuilder. create(java.lang.String serviceEntryPoint)
Initialize the RpcRequestBuilder.RpcRequestBuilder
RpcRequestBuilder. setCallback(RequestCallback callback)
Sets the RequestCallback to be used by the RequestBuilder.RpcRequestBuilder
RpcRequestBuilder. setContentType(java.lang.String contentType)
Sets the MIME content type to be used by the RequestBuilder.RpcRequestBuilder
RpcRequestBuilder. setRequestData(java.lang.String data)
Sets the request data to be sent in the request.RpcRequestBuilder
RpcRequestBuilder. setRequestId(int id)
Sets the request id of the request.Methods in com.google.gwt.user.client.rpc with parameters of type RpcRequestBuilder Modifier and Type Method Description void
ServiceDefTarget. setRpcRequestBuilder(RpcRequestBuilder builder)
Sets the RpcRequestBuilder that should be used by the service implementation.
-