GWT 2.1.0

Uses of Interface
com.google.gwt.requestfactory.shared.RequestTransport

Packages that use RequestTransport
com.google.gwt.requestfactory.client   
com.google.gwt.requestfactory.shared Shared classes used on both the client and the server side for transmitting data between the sever and the client in JSON format. 
 

Uses of RequestTransport in com.google.gwt.requestfactory.client
 

Classes in com.google.gwt.requestfactory.client that implement RequestTransport
 class DefaultRequestTransport
          An implementation of RequestTransport that uses a RequestBuilder.
 

Uses of RequestTransport in com.google.gwt.requestfactory.shared
 

Methods in com.google.gwt.requestfactory.shared with parameters of type RequestTransport
 void RequestFactory.initialize(EventBus eventBus, RequestTransport transport)
          Start this request factory with a user-provided transport.
 


GWT 2.1.0