org.kuali.common.impex
Class ImpexContextFactoryBean

java.lang.Object
  extended by 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>


Constructor Summary
ImpexContextFactoryBean()
           
 
Method Summary
 DataSource getDataSource()
           
 ImpexContext getObject()
           
 Class<ImpexContext> getObjectType()
           
 Properties getProperties()
           
 boolean isSingleton()
           
 void setDataSource(DataSource dataSource)
           
 void setProperties(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImpexContextFactoryBean

public ImpexContextFactoryBean()
Method Detail

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.