Class RequestFactorySource
java.lang.Object
com.google.web.bindery.requestfactory.vm.RequestFactorySource
Create JRE-compatible instances of a RequestFactory interface.
This is experimental, unsupported code.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends RequestFactory>
TCreate an instance of a RequestFactory.
-
Method Details
-
create
Create an instance of a RequestFactory. The returned RequestFactory must be initialized with an explicitRequestTransport
via theinitialize(EventBus, RequestTransport
method.- Type Parameters:
T
- the RequestFactory type- Parameters:
requestFactory
- the RequestFactory type- Returns:
- an instance of the RequestFactory type
- See Also:
-