Package | Description |
---|---|
com.google.gwt.user.client.rpc |
Classes used in client-side implementation of remote procedure calls.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceDefTarget.setRpcRequestBuilder(RpcRequestBuilder builder)
Sets the RpcRequestBuilder that should be used by the service
implementation.
|