org.constretto.spring
Class ConstrettoConfigurationFactoryBean

java.lang.Object
  extended by org.constretto.spring.ConstrettoConfigurationFactoryBean
All Implemented Interfaces:
FactoryBean

public class ConstrettoConfigurationFactoryBean
extends Object
implements FactoryBean

Author:
Kaare Nilsen

Constructor Summary
ConstrettoConfigurationFactoryBean(ConstrettoConfiguration configuration)
           
 
Method Summary
 Object getObject()
           
 Class getObjectType()
           
 boolean isSingleton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstrettoConfigurationFactoryBean

public ConstrettoConfigurationFactoryBean(ConstrettoConfiguration configuration)
Method Detail

getObject

public Object getObject()
                 throws Exception
Specified by:
getObject in interface FactoryBean
Throws:
Exception

getObjectType

public Class getObjectType()
Specified by:
getObjectType in interface FactoryBean

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface FactoryBean


Copyright © 2008-2012. All Rights Reserved.