It is available on gwt trunk. I am using a version of gwt straight from svn, and I didn't realize this method was not present in older versions. The advice still holds good, but you may not be able to use it unless you compile from trunk.
sorry for the trouble! --Sri 2009/9/22 maku <[email protected]> > > > MyServiceAsync async = GWT.create(MyService.class); > > ((ServiceDefTarget) > > async).setRpcRequestBuilder(MyCustomRpcRequestBuilder()); > > I don't see the possibility to set a RequestBuilder to a > com.google.gwt.user.client.rpc.ServiceDefTarget instance (the > interface has not such a method). > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
