GWT 2.3.0

com.google.gwt.requestfactory.server.testing
Class RequestFactoryMagic

java.lang.Object
  extended by com.google.gwt.requestfactory.server.testing.RequestFactoryMagic

Deprecated. Replaced by com.google.web.bindery.vm.RequestFactorySource

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

@Deprecated
public class RequestFactoryMagic
extends java.lang.Object

Create JRE-compatible instances of a RequestFactory interface.


Method Summary
static
<T extends RequestFactory>
T
create(java.lang.Class<T> requestFactory)
          Deprecated. Create an instance of a RequestFactory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static <T extends RequestFactory> T create(java.lang.Class<T> requestFactory)
Deprecated. 
Create an instance of a RequestFactory. The returned RequestFactory must be initialized with an explicit RequestTransport via the initialize(EventBus, RequestTransport method.

Type Parameters:
T - the RequestFactory type
Parameters:
requestFactory - the RequestFactory type
Returns:
an instance of the RequestFactory type
See Also:
InProcessRequestTransport

GWT 2.3.0