public interface SpringFactory
Object
newBean(String className)
newBean(String className, Map<String,Object> properties)
Object newBean(String className) throws SpringFactoryException
SpringFactoryException
Object newBean(String className, Map<String,Object> properties) throws SpringFactoryException