Class IpAdapterParserUtils
java.lang.Object
org.springframework.integration.ip.config.IpAdapterParserUtils
Utility methods and constants for IP adapter parsers.
- Since:
- 2.0
- Author:
- Gary Russell, Marcin Pilaczynski, Artem Bilan
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addConstructorValueIfAttributeDefined
(BeanDefinitionBuilder builder, Element element, String attributeName) Adds a constructor-arg to the provided bean definition builder with the value of the attribute whose name is provided if that attribute is defined in the given element.static void
addDestinationConfigToConstructor
(Element element, BeanDefinitionBuilder builder, ParserContext parserContext) Adds destination configuration to constructor.
-
Field Details
-
INTERCEPTOR_FACTORY_CHAIN
- See Also:
-
REQUEST_TIMEOUT
- See Also:
-
REMOTE_TIMEOUT
- See Also:
-
REMOTE_TIMEOUT_EXPRESSION
- See Also:
-
REPLY_TIMEOUT
- See Also:
-
REPLY_CHANNEL
- See Also:
-
LOOKUP_HOST
- See Also:
-
APPLY_SEQUENCE
- See Also:
-
CLIENT_MODE
- See Also:
-
RETRY_INTERVAL
- See Also:
-
SCHEDULER
- See Also:
-
SSL_CONTEXT_SUPPORT
- See Also:
-
SOCKET_SUPPORT
- See Also:
-
NIO_CONNECTION_SUPPORT
- See Also:
-
NET_CONNECTION_SUPPORT
- See Also:
-
SOCKET_FACTORY_SUPPORT
- See Also:
-
BACKLOG
- See Also:
-
MAPPER
- See Also:
-
READ_DELAY
- See Also:
-
SSL_HANDSHAKE_TIMEOUT
- See Also:
-
CONNECT_TIMEOUT
- See Also:
-
UDP_SOCKET_CUSTOMIZER
- See Also:
-
-
Method Details
-
addConstructorValueIfAttributeDefined
public static void addConstructorValueIfAttributeDefined(BeanDefinitionBuilder builder, Element element, String attributeName) Adds a constructor-arg to the provided bean definition builder with the value of the attribute whose name is provided if that attribute is defined in the given element.- Parameters:
builder
- the bean definition builder to be configuredelement
- the XML element where the attribute should be definedattributeName
- the name of the attribute whose value will be
-
addDestinationConfigToConstructor
public static void addDestinationConfigToConstructor(Element element, BeanDefinitionBuilder builder, ParserContext parserContext) Adds destination configuration to constructor.- Parameters:
element
- The element.builder
- The builder.parserContext
- The parser context.
-