JXTA

Uses of Interface
net.jxta.document.AdvertisementFactory.Instantiator

Packages that use AdvertisementFactory.Instantiator
net.jxta.document JXTA Documents are containers for both structured and unstructured data. 
 

Uses of AdvertisementFactory.Instantiator in net.jxta.document
 

Methods in net.jxta.document that return types with arguments of type AdvertisementFactory.Instantiator
protected  Map<String,AdvertisementFactory.Instantiator> AdvertisementFactory.getAssocTable()
          Used by ClassFactory methods to get the mapping of keys to constructors.
 Class<AdvertisementFactory.Instantiator> AdvertisementFactory.getClassOfInstantiators()
          Used by ClassFactory methods to ensure that all of the instance classes which register with this factory have the correct base class
 

Methods in net.jxta.document with parameters of type AdvertisementFactory.Instantiator
static boolean AdvertisementFactory.registerAdvertisementInstance(String rootType, AdvertisementFactory.Instantiator instantiator)
          Register an instantiator for and advertisement type to allow instances of that type to be created.
 


JXSE