GWT 2.1.1

Uses of Interface
com.google.gwt.autobean.shared.AutoBeanFactory

Packages that use AutoBeanFactory
com.google.gwt.autobean.server Contains JVM-compatible implementations of the AutoBean framework. 
com.google.gwt.autobean.shared The AutoBean framework provides automatically-generated implementations of bean-like interfaces and a low-level serialization mechanism for those interfaces. 
com.google.gwt.requestfactory.shared.messages Contains classes that define the RequestFactory wire format. 
 

Uses of AutoBeanFactory in com.google.gwt.autobean.server
 

Methods in com.google.gwt.autobean.server with type parameters of type AutoBeanFactory
static
<F extends AutoBeanFactory>
F
AutoBeanFactoryMagic.create(java.lang.Class<F> clazz)
          Create an instance of an AutoBeanFactory.
 

Uses of AutoBeanFactory in com.google.gwt.autobean.shared
 

Methods in com.google.gwt.autobean.shared that return AutoBeanFactory
 AutoBeanFactory AutoBean.getFactory()
          Returns the AutoBeanFactory that created the AutoBean.
 

Methods in com.google.gwt.autobean.shared with parameters of type AutoBeanFactory
static
<T> AutoBean<T>
AutoBeanCodex.decode(AutoBeanFactory factory, java.lang.Class<T> clazz, Splittable data)
           
static
<T> AutoBean<T>
AutoBeanCodex.decode(AutoBeanFactory factory, java.lang.Class<T> clazz, java.lang.String payload)
          Decode an AutoBeanCodex payload.
 

Uses of AutoBeanFactory in com.google.gwt.requestfactory.shared.messages
 

Subinterfaces of AutoBeanFactory in com.google.gwt.requestfactory.shared.messages
 interface MessageFactory
          The factory for creating RequestFactory wire messages.
 


GWT 2.1.1