|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.web.bindery.requestfactory.vm.RequestFactorySource
public class RequestFactorySource
Create JRE-compatible instances of a RequestFactory interface. This is experimental, unsupported code.
Method Summary | ||
---|---|---|
static
|
create(java.lang.Class<T> requestFactory)
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 |
---|
public static <T extends RequestFactory> T create(java.lang.Class<T> requestFactory)
RequestTransport
via the
initialize(EventBus, RequestTransport
method.
T
- the RequestFactory typerequestFactory
- the RequestFactory type
InProcessRequestTransport
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |