|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.ip.config.IpAdapterParserUtils
public abstract class IpAdapterParserUtils
Utility methods and constants for IP adapter parsers.
Constructor Summary | |
---|---|
IpAdapterParserUtils()
|
Method Summary | |
---|---|
static void |
addConstuctorValueIfAttributeDefined(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
org.w3c.dom.Element element,
java.lang.String attributeName,
boolean trueFalse)
Adds a constructor-arg to the bean definition with the value of the attribute whose name is provided if that attribute is defined in the given element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IpAdapterParserUtils()
Method Detail |
---|
public static void addConstuctorValueIfAttributeDefined(org.springframework.beans.factory.support.BeanDefinitionBuilder builder, org.w3c.dom.Element element, java.lang.String attributeName, boolean trueFalse)
beanDefinition
- the bean definition to be configuredelement
- the XML element where the attribute should be definedattributeName
- the name of the attribute whose value will be
used to populate the property
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |