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

Method Summary
 Object getObjectInfo(String key)
           
 Object instaniateObject()
           
 void setObjectInfo(String key, Object info)
           
 
Methods inherited from interface org.yasl.xmlobjects.ArgAccumulator
addArgument
 

Method Detail

instaniateObject

public Object instaniateObject()
                        throws ObjectInstantiationException
Throws:
ObjectInstantiationException

setObjectInfo

public void setObjectInfo(String key,
                          Object info)

getObjectInfo

public Object getObjectInfo(String key)