Java org.springframework.integration.config.xml IntegrationNamespaceUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.config.xml IntegrationNamespaceUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.config.xml IntegrationNamespaceUtils.

The text is from its open source code.

Field

StringORDER

Method

voidconfigureHeaderMapper(Element element, BeanDefinitionBuilder rootBuilder, ParserContext parserContext, Class headerMapperClass, String replyHeaderValue)
Utility method to configure a HeaderMapper for Inbound and Outbound channel adapters/gateway.
voidconfigureHeaderMapper(Element element, BeanDefinitionBuilder rootBuilder, ParserContext parserContext, BeanDefinitionBuilder headerMapperBuilder, @Nullable String replyHeaderValueArg)
Utility method to configure a HeaderMapper for Inbound and Outbound channel adapters/gateway.
StringcreateElementDescription(Element element)
Provides a user friendly description of an element based on its node name and, if available, its "id" attribute value.
voidsetReferenceIfAttributeDefined(BeanDefinitionBuilder builder, Element element, String attributeName, String propertyName)
Configures the provided bean definition builder with a property reference to a bean.
voidsetReferenceIfAttributeDefined(BeanDefinitionBuilder builder, Element element, String attributeName, boolean emptyStringAllowed)
voidsetReferenceIfAttributeDefined(BeanDefinitionBuilder builder, Element element, String attributeName)
Configures the provided bean definition builder with a property reference to a bean.
voidsetValueIfAttributeDefined(BeanDefinitionBuilder builder, Element element, String attributeName, String propertyName)
Configures the provided bean definition builder with a property value corresponding to the attribute whose name is provided if that attribute is defined in the given element.
voidsetValueIfAttributeDefined(BeanDefinitionBuilder builder, Element element, String attributeName, boolean emptyStringAllowed)
Configures the provided bean definition builder with a property value corresponding to the attribute whose name is provided if that attribute is defined in the given element.
voidsetValueIfAttributeDefined(BeanDefinitionBuilder builder, Element element, String attributeName)
Configures the provided bean definition builder with a property value corresponding to the attribute whose name is provided if that attribute is defined in the given element.