org.kuali.common.impex
Class ImpexContextFactoryBean
java.lang.Object
org.kuali.common.impex.ImpexContextFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean<ImpexContext>
public class ImpexContextFactoryBean
- extends Object
- implements org.springframework.beans.factory.FactoryBean<ImpexContext>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImpexContextFactoryBean
public ImpexContextFactoryBean()
getObject
public ImpexContext getObject()
throws Exception
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean<ImpexContext>
- Throws:
Exception
getObjectType
public Class<ImpexContext> getObjectType()
- Specified by:
getObjectType
in interface org.springframework.beans.factory.FactoryBean<ImpexContext>
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface org.springframework.beans.factory.FactoryBean<ImpexContext>
getProperties
public Properties getProperties()
setProperties
public void setProperties(Properties properties)
getDataSource
public DataSource getDataSource()
setDataSource
public void setDataSource(DataSource dataSource)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.