クラス UdpInboundChannelAdapterParser

実装されたすべてのインターフェース:
BeanDefinitionParser
既知の直属サブクラス
SyslogInboundChannelAdapterParser

public class UdpInboundChannelAdapterParser extends AbstractChannelAdapterParser
UDP データグラムパケットを受信し、メッセージにマップするチャネルアダプター。
導入:
2.0
作成者:
Gary Russell, Artem Bilan
  • コンストラクターの詳細

    • UdpInboundChannelAdapterParser

      public UdpInboundChannelAdapterParser()
  • メソッドの詳細

    • doParse

      protected AbstractBeanDefinition doParse(ElementSE element, ParserContext parserContext, StringSE channelName)
      クラスからコピーされた説明: AbstractChannelAdapterParser
      アダプター要素を解析するには、サブクラスがこのメソッドを実装する必要があります。MessageChannel Bean の名前が提供されます。
      次で指定:
      クラス AbstractChannelAdapterParserdoParse 
      パラメーター:
      element - 要素。
      parserContext - パーサーコンテキスト。
      channelName - チャンネル名。
      戻り値:
      Bean 定義。