public interface

RequestTransport

com.google.gwt.requestfactory.shared.RequestTransport
Known Indirect Subclasses

Class Overview

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

Summary

Nested Classes
interface RequestTransport.TransportReceiver A callback interface. 
Public Methods
abstract void send(String payload, RequestTransport.TransportReceiver receiver)
Called by the RequestFactory implementation.

Public Methods

public abstract void send (String payload, RequestTransport.TransportReceiver receiver)

Called by the RequestFactory implementation.

Parameters
payload the String payload
receiver a RequestTransport.TransportReceiver instance