|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.ocltf.common.XmlObjectFactory
Creates and returns Objects based on the a set of Apache Digester rules.
Constructor Summary | |
XmlObjectFactory()
|
Method Summary | |
static java.lang.Object |
getInstance(java.lang.Class objectClass,
java.net.URL objectXml)
Returns a new instance of the object specified in the rulesXml |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XmlObjectFactory()
Method Detail |
public static java.lang.Object getInstance(java.lang.Class objectClass, java.net.URL objectXml)
objectClass
- - the class for the object we are instantiating
(the expected rules will be passed on this objectClass name)objectXml
- - the digester XML that configures the object.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |