Package org.apache.xmlbeans
Interface ObjectFactory
-
public interface ObjectFactory
generic interface to abstract creation of an object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
createObject(java.lang.Class type)
Given the type, create an object of that type.
-