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

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
          extended by org.mule.module.db.internal.config.domain.query.QueryTemplateBeanDefinitionParser
All Implemented Interfaces:
MuleDefinitionParser, MuleDefinitionParserConfiguration, org.springframework.beans.factory.xml.BeanDefinitionParser

public class QueryTemplateBeanDefinitionParser
extends AbstractMuleBeanDefinitionParser


Field Summary
static String DYNAMIC_QUERY
           
static String FILE_ATTRIBUTE
           
static String IN_PARAM_ELEMENT
           
static String PARAMETERIZED_QUERY
           
static String[] QUERY_DEFINITION_ELEMENTS
           
static String TEMPLATE_QUERY_REF
           
 
Fields inherited from class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
ATTRIBUTE_CLASS, ATTRIBUTE_ID, ATTRIBUTE_NAME, ATTRIBUTE_REF, ATTRIBUTE_REF_SUFFIX, ATTRIBUTE_REFS, ATTRIBUTE_REFS_SUFFIX, beanPropertyConfiguration, DOMAIN_ROOT_ELEMENT, logger, ROOT_ELEMENT, singleton
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
 
Constructor Summary
QueryTemplateBeanDefinitionParser()
           
 
Method Summary
protected  void doParse(Element element, org.springframework.beans.factory.xml.ParserContext context, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
           
protected  Class<?> getBeanClass(Element element)
           
protected  boolean isSingleton()
           
 
Methods inherited from class org.mule.config.spring.parsers.AbstractMuleBeanDefinitionParser
addAlias, addBeanFlag, addCollection, addIgnored, addMapping, addMapping, addMapping, addReference, checkElementNameUnique, createBeanDefinitionBuilder, getBeanAssembler, getBeanAssemblerFactory, getBeanClassFromAttribute, getBeanName, getClassConstraint, getClassInternal, getParserContext, getRegistry, isAllowClassAttribute, isTopLevel, muleParse, parseInternal, postProcess, preProcess, processProperty, registerPostProcessor, registerPreProcessor, removeIgnored, resolveId, setAllowClassAttribute, setBeanAssemblerFactory, setClassConstraint, setDeprecationWarning, setIgnoredDefault, setParserContext, setRegistry
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.springframework.beans.factory.xml.BeanDefinitionParser
parse
 

Field Detail

PARAMETERIZED_QUERY

public static final String PARAMETERIZED_QUERY
See Also:
Constant Field Values

DYNAMIC_QUERY

public static final String DYNAMIC_QUERY
See Also:
Constant Field Values

TEMPLATE_QUERY_REF

public static final String TEMPLATE_QUERY_REF
See Also:
Constant Field Values

IN_PARAM_ELEMENT

public static final String IN_PARAM_ELEMENT
See Also:
Constant Field Values

FILE_ATTRIBUTE

public static final String FILE_ATTRIBUTE
See Also:
Constant Field Values

QUERY_DEFINITION_ELEMENTS

public static final String[] QUERY_DEFINITION_ELEMENTS
Constructor Detail

QueryTemplateBeanDefinitionParser

public QueryTemplateBeanDefinitionParser()
Method Detail

getBeanClass

protected Class<?> getBeanClass(Element element)
Specified by:
getBeanClass in class AbstractMuleBeanDefinitionParser

isSingleton

protected boolean isSingleton()
Overrides:
isSingleton in class AbstractMuleBeanDefinitionParser

doParse

protected void doParse(Element element,
                       org.springframework.beans.factory.xml.ParserContext context,
                       org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
Overrides:
doParse in class AbstractMuleBeanDefinitionParser


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