public abstract class IpAdapterParserUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
APPLY_SEQUENCE |
static String |
BACKLOG |
static String |
CLIENT_MODE |
static String |
INTERCEPTOR_FACTORY_CHAIN |
static String |
LOOKUP_HOST |
static String |
MAPPER |
static String |
REMOTE_TIMEOUT |
static String |
REPLY_CHANNEL |
static String |
REPLY_TIMEOUT |
static String |
REQUEST_TIMEOUT |
static String |
RETRY_INTERVAL |
static String |
SCHEDULER |
static String |
SOCKET_FACTORY_SUPPORT |
static String |
SOCKET_SUPPORT |
static String |
SSL_CONTEXT_SUPPORT |
Modifier and Type | Method and Description |
---|---|
static void |
addConstuctorValueIfAttributeDefined(BeanDefinitionBuilder builder,
Element element,
String attributeName,
boolean trueFalse)
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 |
addHostAndPortToConstructor(Element element,
BeanDefinitionBuilder builder,
ParserContext parserContext) |
static void |
addPortToConstructor(Element element,
BeanDefinitionBuilder builder,
ParserContext parserContext) |
public static final String INTERCEPTOR_FACTORY_CHAIN
public static final String REQUEST_TIMEOUT
public static final String REMOTE_TIMEOUT
public static final String REPLY_TIMEOUT
public static final String REPLY_CHANNEL
public static final String LOOKUP_HOST
public static final String APPLY_SEQUENCE
public static final String CLIENT_MODE
public static final String RETRY_INTERVAL
public static final String SCHEDULER
public static final String SSL_CONTEXT_SUPPORT
public static final String SOCKET_SUPPORT
public static final String SOCKET_FACTORY_SUPPORT
public static final String BACKLOG
public static final String MAPPER
public static void addConstuctorValueIfAttributeDefined(BeanDefinitionBuilder builder, Element element, String attributeName, boolean trueFalse)
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 betrueFalse
- not used
used to populate the propertypublic static void addHostAndPortToConstructor(Element element, BeanDefinitionBuilder builder, ParserContext parserContext)
element
- The element.builder
- The builder.parserContext
- The parser context.public static void addPortToConstructor(Element element, BeanDefinitionBuilder builder, ParserContext parserContext)
element
- The element.builder
- The builder.parserContext
- The parser context.