GWT 2.3.0

Uses of Interface
com.google.web.bindery.autobean.shared.AutoBeanFactory

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

Uses of AutoBeanFactory in com.google.web.bindery.autobean.shared
 

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

Methods in com.google.web.bindery.autobean.shared with parameters of type AutoBeanFactory
static
<T> AutoBean<T>
AutoBeanCodex.decode(AutoBeanFactory factory, java.lang.Class<T> clazz, Splittable data)
          Decode an AutoBeanCodex payload.
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.web.bindery.autobean.vm
 

Methods in com.google.web.bindery.autobean.vm with type parameters of type AutoBeanFactory
static
<F extends AutoBeanFactory>
F
AutoBeanFactorySource.create(java.lang.Class<F> clazz)
          Create an instance of an AutoBeanFactory.
 

Uses of AutoBeanFactory in com.google.web.bindery.requestfactory.shared.messages
 

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


GWT 2.3.0