Uses of Package
net.sf.taverna.t2.util.beanable

Packages that use net.sf.taverna.t2.util.beanable
net.sf.taverna.t2.util.beanable   
net.sf.taverna.t2.util.beanable.jaxb   
 

Classes in net.sf.taverna.t2.util.beanable used by net.sf.taverna.t2.util.beanable
Beanable
          Anything which you want to serialise with BeanSerialiser should implement this interface.
BeanableFactory
          A factory for reconstructing a Beanable given a bean previously serialised from Beanable.getAsBean().
BeanableFactoryRegistry
          Registers all the individual BeanableFactorys discovered using an SPI lookup
 

Classes in net.sf.taverna.t2.util.beanable used by net.sf.taverna.t2.util.beanable.jaxb
Beanable
          Anything which you want to serialise with BeanSerialiser should implement this interface.
RetrievalException
          Thrown when an object can't be retrieved from the underlying store, for instance because of access failure.
StorageException
          Thrown when an object can be stored, for instance because a disk is full.