public abstract class AbstractFlowConstructDefinitionParser extends AbstractMuleBeanDefinitionParser
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ADDRESS_ATTRIBUTE |
protected static String |
ENDPOINT_REF_ATTRIBUTE |
protected static String |
INBOUND_ADDRESS_ATTRIBUTE |
protected static String |
INBOUND_ENDPOINT_CHILD |
protected static String |
INBOUND_ENDPOINT_REF_ATTRIBUTE |
protected static String |
OUTBOUND_ADDRESS_ATTRIBUTE |
protected static String |
OUTBOUND_ENDPOINT_CHILD |
protected static String |
OUTBOUND_ENDPOINT_REF_ATTRIBUTE |
protected static String |
RESPONSE_TRANSFORMER_REFS_ATTRIBUTE |
protected static String |
TRANSFORMER_REFS_ATTRIBUTE |
ATTRIBUTE_CLASS, ATTRIBUTE_ID, ATTRIBUTE_NAME, ATTRIBUTE_REF, ATTRIBUTE_REF_SUFFIX, ATTRIBUTE_REFS, ATTRIBUTE_REFS_SUFFIX, beanPropertyConfiguration, DOMAIN_ROOT_ELEMENT, logger, ROOT_ELEMENT, singleton| Constructor and Description |
|---|
AbstractFlowConstructDefinitionParser() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.beans.factory.support.BeanDefinitionBuilder |
createBeanDefinitionBuilder(Element element,
Class<?> beanClass) |
protected void |
doParse(Element element,
org.springframework.beans.factory.xml.ParserContext parserContext,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
Parse the supplied
Element and populate the supplied BeanDefinitionBuilder as required. |
addAlias, addBeanFlag, addCollection, addIgnored, addMapping, addMapping, addMapping, addReference, checkElementNameUnique, getBeanAssembler, getBeanAssemblerFactory, getBeanClass, getBeanClassFromAttribute, getBeanName, getClassConstraint, getClassInternal, getConfigFileIdentifier, getParserContext, getRegistry, isAllowClassAttribute, isSingleton, isTopLevel, muleParse, parseInternal, postProcess, preProcess, processMetadataAnnotations, processMetadataAnnotationsHelper, processProperty, registerPostProcessor, registerPreProcessor, removeIgnored, resolveId, setAllowClassAttribute, setBeanAssemblerFactory, setClassConstraint, setIgnoredDefault, setParserContext, setRegistryparse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliasesprotected static final String ENDPOINT_REF_ATTRIBUTE
protected static final String ADDRESS_ATTRIBUTE
protected static final String INBOUND_ADDRESS_ATTRIBUTE
protected static final String INBOUND_ENDPOINT_REF_ATTRIBUTE
protected static final String INBOUND_ENDPOINT_CHILD
protected static final String OUTBOUND_ADDRESS_ATTRIBUTE
protected static final String OUTBOUND_ENDPOINT_REF_ATTRIBUTE
protected static final String OUTBOUND_ENDPOINT_CHILD
protected static final String TRANSFORMER_REFS_ATTRIBUTE
protected static final String RESPONSE_TRANSFORMER_REFS_ATTRIBUTE
public AbstractFlowConstructDefinitionParser()
protected org.springframework.beans.factory.support.BeanDefinitionBuilder createBeanDefinitionBuilder(Element element, Class<?> beanClass)
createBeanDefinitionBuilder in class AbstractMuleBeanDefinitionParserprotected void doParse(Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder)
AbstractMuleBeanDefinitionParserElement and populate the supplied BeanDefinitionBuilder as required.
The default implementation delegates to the doParse version without ParserContext argument.
doParse in class AbstractMuleBeanDefinitionParserelement - the XML element being parsedparserContext - the object encapsulating the current state of the parsing processbuilder - used to define the BeanDefinitionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.