org.openharmonise.rm.factory |
|
Java Source File Name | Type | Comment |
CacheHandler.java | Class | This singleton class provides a single point of interface for the
caching of the core objects within Harmonise. |
ClassFinder.java | Interface | Classes implementing this interface will offer methods which will be able
to return class information from specified parameters. |
ClassFinderException.java | Class | Exception thrown by ClassFinder . |
ClassFinderFactory.java | Class | Factory singleton class providing methods for obtaining ClassFinder
instances. |
GeneralCache.java | Class | Extends AbstractCache to cache instances of the core classes
in Harmonise. |
HarmoniseFactoryException.java | Class | Thrown by a method to indicate that an error occur has occured while
executing a HarmoniseObjectFactory operation. |
HarmoniseObjectFactory.java | Class | Factory class which provides a single point of access to instances of the
core Harmonise objects, providing various methods for returning instances
based on either class names or XML elements. |