Example usage for com.google.gwt.requestfactory.shared RequestTransport interface-usage

List of usage examples for com.google.gwt.requestfactory.shared RequestTransport interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.requestfactory.shared RequestTransport interface-usage.

Usage

From source file com.google.gwt.requestfactory.server.testing.InProcessRequestTransport.java

/**
 * A RequesTransports that calls a {@link SimpleRequestProcessor}. This test can
 * be used for end-to-end tests of RequestFactory service methods in non-GWT
 * test suites.
 *
 * <pre>