public abstract class IpAdapterParserUtils extends ObjectSE
| 修飾子と型 | フィールドと説明 |
|---|---|
static StringSE | APPLY_SEQUENCE |
static StringSE | BACKLOG |
static StringSE | CLIENT_MODE |
static StringSE | CONNECT_TIMEOUT |
static StringSE | INTERCEPTOR_FACTORY_CHAIN |
static StringSE | LOOKUP_HOST |
static StringSE | MAPPER |
static StringSE | NET_CONNECTION_SUPPORT |
static StringSE | NIO_CONNECTION_SUPPORT |
static StringSE | READ_DELAY |
static StringSE | REMOTE_TIMEOUT |
static StringSE | REMOTE_TIMEOUT_EXPRESSION |
static StringSE | REPLY_CHANNEL |
static StringSE | REPLY_TIMEOUT |
static StringSE | REQUEST_TIMEOUT |
static StringSE | RETRY_INTERVAL |
static StringSE | SCHEDULER |
static StringSE | SOCKET_FACTORY_SUPPORT |
static StringSE | SOCKET_SUPPORT |
static StringSE | SSL_CONTEXT_SUPPORT |
static StringSE | SSL_HANDSHAKE_TIMEOUT |
static StringSE | UDP_SOCKET_CUSTOMIZER |
| 修飾子と型 | メソッドと説明 |
|---|---|
static void | addConstructorValueIfAttributeDefined(BeanDefinitionBuilder builder, ElementSE element, StringSE attributeName) 指定された要素で属性が定義されている場合に名前が指定されている属性の値を使用して、指定された Bean 定義ビルダーにコンストラクター引数を追加します。 |
static void | addDestinationConfigToConstructor(ElementSE element, BeanDefinitionBuilder builder, ParserContext parserContext) コンストラクターに宛先構成を追加します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic static void addConstructorValueIfAttributeDefined(BeanDefinitionBuilder builder, ElementSE element, StringSE attributeName)
builder - 構成する Bean 定義ビルダー element - 属性を定義する必要がある XML 要素 attributeName - 値が次のようになる属性の名前 public static void addDestinationConfigToConstructor(ElementSE element, BeanDefinitionBuilder builder, ParserContext parserContext)
element - 要素。builder - ビルダー。parserContext - パーサーコンテキスト。