public final class IntegrationHadoopNamespaceUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
addCodecInfoConstructorArgReference(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
java.lang.String attributeName)
Adds the codec info constructor arg reference.
|
static void |
addPathConstructorArgReference(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
java.lang.String attributeName,
java.lang.String defaultPath)
Adds the path constructor arg reference.
|
public static void addPathConstructorArgReference(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder, java.lang.String attributeName, java.lang.String defaultPath)
Path
as a spring bean order to play nice with
property placeholder and expressions.element
- the elementparserContext
- the parser contextbuilder
- the builderattributeName
- the attribute namedefaultPath
- the default pathpublic static void addCodecInfoConstructorArgReference(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext, org.springframework.beans.factory.support.BeanDefinitionBuilder builder, java.lang.String attributeName)
CodecInfo
bean via
MethodInvokingFactoryBean
by calling static Codecs#getCodecInfo(String)
order to play nice with
property placeholder and expressions.element
- the elementparserContext
- the parser contextbuilder
- the builderattributeName
- the attribute name