org.mule.module.db.internal.config.domain.query
Class BulkQueryResolverFactoryBean
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BulkQueryResolverFactoryBean
public BulkQueryResolverFactoryBean(String bulkQuery)
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.