Uses of Interface
org.exolab.castor.util.ObjectFactory
Packages that use ObjectFactory
Package
Description
Utility classes used by Castor.
The XML Marshaller API
-
Uses of ObjectFactory in org.exolab.castor.util
Classes in org.exolab.castor.util that implement ObjectFactoryModifier and TypeClassDescriptionclass
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 ObjectFactoryModifier and TypeMethodDescriptionUnmarshalHandler.getObjectFactory()
Returns the ObjectFactory instance in use.Methods in org.exolab.castor.xml with parameters of type ObjectFactoryModifier and TypeMethodDescriptionvoid
UnmarshalHandler.setObjectFactory
(ObjectFactory objectFactory) Sets a (custom) ObjectFactory instance.void
Unmarshaller.setObjectFactory
(ObjectFactory objectFactory) Set an object factory for the unmarshaller.