GWT 2.1.0

com.google.gwt.requestfactory.shared
Interface RequestTransport

All Known Implementing Classes:
DefaultRequestTransport

public interface RequestTransport

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

See Also:
DefaultRequestTransport

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

Method Detail

send

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


GWT 2.1.0