public static class RpcRequestBuilder
extends Object
This class encapsulates the logic necessary to configure a RequestBuilder for
use with an RPC proxy object. Users who wish to alter the specifics of the
HTTP requests issued by RPC proxy objects may override the protected
doXyz methods and pass an instance of the subclass to
ServiceDefTarget.setRpcRequestBuilder(com.google.gwt.user.client.rpc.RpcRequestBuilder).