Package com.ail.core.factory

Interface Summary
Factory This interface describes the contract between the Core class and the Factory sub-system.
 

Class Summary
AbstractFactory  
BeanShellFactory Factory to creat class instances from BeanShell scripts embedded in configuration.
CachingClassFactory This factory performs the same function as the ClassFactory, but unlike that factory it allows its prototypes to be cached.
CastorXMLFactory Factory to create class instances from XML using the core's FromXML service.
ClassFactory This factory instantiates the class specified as it's key, and initialises the properties of the instance based on the parameters nested in the types definition.
FactoryHandler  
XSLTFactory Base a type definition on an XSTL.
 

Error Summary
FactoryConfigurationError  
UndefinedTypeError