org.apache.xmlbeans
public interface: ObjectFactory [javadoc |
source]
generic interface to abstract creation of an object
| Method from org.apache.xmlbeans.ObjectFactory Summary: |
|---|
|
createObject |
| Method from org.apache.xmlbeans.ObjectFactory Detail: |
public Object createObject(Class type)
Given the type, create an object of that type. Note that the return object
might be a subclass of type, but should always be an instanceof type. |