Uses of Class
org.openspml.v2.util.xml.ObjectFactory

Packages that use ObjectFactory
org.openspml.v2.profiles   
org.openspml.v2.util.xml   
 

Uses of ObjectFactory in org.openspml.v2.profiles
 

Methods in org.openspml.v2.profiles with parameters of type ObjectFactory
 void DSMLProfileRegistrar.register(ObjectFactory of)
           
 void DSMLProfileRegistrar.unregister(ObjectFactory of)
           
 

Uses of ObjectFactory in org.openspml.v2.util.xml
 

Methods in org.openspml.v2.util.xml that return ObjectFactory
static ObjectFactory ObjectFactory.getInstance()
          This is a Singleton.
 

Methods in org.openspml.v2.util.xml with parameters of type ObjectFactory
 void ObjectFactory.ProfileRegistrar.register(ObjectFactory of)
          Generally, this will turn around and add MarshallableCreator(s) to the object factory.
 void ObjectFactory.ProfileRegistrar.unregister(ObjectFactory of)
          Remove the creators from the factory.
 



Copyright © Sun Microsystems, Inc. All Rights Reserved.