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

java.lang.Object
  extended by org.mule.module.db.internal.config.domain.query.BulkQueryResolverFactoryBean
All Implemented Interfaces:
MuleContextAware, org.springframework.beans.factory.FactoryBean<BulkQueryResolver>

public class BulkQueryResolverFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<BulkQueryResolver>, MuleContextAware


Constructor Summary
BulkQueryResolverFactoryBean(String bulkQuery)
           
 
Method Summary
 BulkQueryResolver getObject()
           
 Class<?> getObjectType()
           
 boolean isSingleton()
           
 void setMuleContext(MuleContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BulkQueryResolverFactoryBean

public BulkQueryResolverFactoryBean(String bulkQuery)
Method Detail

getObject

public BulkQueryResolver getObject()
                            throws Exception
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean<BulkQueryResolver>
Throws:
Exception

getObjectType

public Class<?> getObjectType()
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean<BulkQueryResolver>

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean<BulkQueryResolver>

setMuleContext

public void setMuleContext(MuleContext context)
Specified by:
setMuleContext in interface MuleContextAware


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