GWT 2.3.0

com.google.gwt.requestfactory.shared
Interface RequestTransport

All Known Implementing Classes:
DefaultRequestTransport, InProcessRequestTransport

Deprecated.

@Deprecated
public interface RequestTransport

Abstracts the mechanism by which a RequestFactory instance transmits its payload to the backend.

RequestFactory has moved to com.google.web.bindery.requestfactory. This package will be removed in a future version of GWT.

See Also:
DefaultRequestTransport

Nested Class Summary
static interface RequestTransport.TransportReceiver
          Deprecated. 
 
Method Summary
 void send(java.lang.String payload, RequestTransport.TransportReceiver receiver)
          Deprecated. Called by the RequestFactory implementation.
 

Method Detail

send

void send(java.lang.String payload,
          RequestTransport.TransportReceiver receiver)
Deprecated. 
Called by the RequestFactory implementation.

Parameters:
payload - the String payload
receiver - a RequestTransport.TransportReceiver instance

GWT 2.3.0