Uses of Interface
org.exolab.castor.util.ObjectFactory

Packages that use ObjectFactory
org.exolab.castor.util Utility classes used by Castor. 
org.exolab.castor.xml The XML Marshaller API 
 

Uses of ObjectFactory in org.exolab.castor.util
 

Classes in org.exolab.castor.util that implement ObjectFactory
 class DefaultObjectFactory
          The default implementation of ObjectFactory used for creating class instances
 

Uses of ObjectFactory in org.exolab.castor.xml
 

Methods in org.exolab.castor.xml that return ObjectFactory
 ObjectFactory UnmarshalHandler.getObjectFactory()
          Returns the ObjectFactory instance in use.
 

Methods in org.exolab.castor.xml with parameters of type ObjectFactory
 void Unmarshaller.setObjectFactory(ObjectFactory objectFactory)
          Set an object factory for the unmarshaller.
 void UnmarshalHandler.setObjectFactory(ObjectFactory objectFactory)
          Sets a (custom) ObjectFactory instance.
 



Copyright © 2012. All Rights Reserved.