org.yasl.xmlobjects
Interface ObjectInstantiator
- All Superinterfaces:
- ArgAccumulator
- All Known Subinterfaces:
- ArgumentDefComplex, KeyedObjectInstantiator, MapEntryArgDef
- All Known Implementing Classes:
- ArgumentDefComplexImpl, MapEntryArgDefImpl, ObjectInstantiatorImpl
- public interface ObjectInstantiator
- extends ArgAccumulator
- Version:
- 1.0
- Author:
- Jeff Chapman
instaniateObject
public Object instaniateObject()
throws ObjectInstantiationException
- Throws:
ObjectInstantiationException
setObjectInfo
public void setObjectInfo(String key,
Object info)
getObjectInfo
public Object getObjectInfo(String key)