GWT 2.3.0

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

Packages that use RequestTransport
com.google.gwt.requestfactory.client A package for managing client-server requests. 
com.google.gwt.requestfactory.server.testing Classes used for testing the request factory service. 
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
          Deprecated. 
 

Uses of RequestTransport in com.google.gwt.requestfactory.server.testing
 

Classes in com.google.gwt.requestfactory.server.testing that implement RequestTransport
 class InProcessRequestTransport
          Deprecated. 
 

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)
          Deprecated. Start this request factory with a user-provided transport.
 


GWT 2.3.0