public final class IntegrationHadoopNamespaceUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
setCodecInfoReference(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext,
org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
java.lang.String attributeName)
Sets the codec info reference.
|
static void |
setPathReference(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)
Sets the path reference.
|
public static void setPathReference(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 setCodecInfoReference(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