org.mule.module.db.internal.config.domain.query
Class QueryTemplateFactoryBean

java.lang.Object
  extended by org.springframework.beans.factory.config.AbstractFactoryBean<QueryTemplate>
      extended by org.mule.module.db.internal.config.domain.query.QueryTemplateFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<QueryTemplate>, org.springframework.beans.factory.InitializingBean

public class QueryTemplateFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean<QueryTemplate>


Field Summary
 
Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
logger
 
Constructor Summary
QueryTemplateFactoryBean(QueryTemplate queryTemplate, List<QueryParamValue> params)
           
 
Method Summary
protected  QueryTemplate createInstance()
           
 Class<?> getObjectType()
           
 
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryTemplateFactoryBean

public QueryTemplateFactoryBean(QueryTemplate queryTemplate,
                                List<QueryParamValue> params)
Method Detail

getObjectType

public Class<?> getObjectType()
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean<QueryTemplate>
Specified by:
getObjectType in class org.springframework.beans.factory.config.AbstractFactoryBean<QueryTemplate>

createInstance

protected QueryTemplate createInstance()
                                throws Exception
Specified by:
createInstance in class org.springframework.beans.factory.config.AbstractFactoryBean<QueryTemplate>
Throws:
Exception


Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.