クラス SyslogInboundChannelAdapterParser

実装されているすべてのインターフェース:
BeanDefinitionParser

public class SyslogInboundChannelAdapterParser extends UdpInboundChannelAdapterParser
<int-syslog:inbound-channel-adapter/> を解析します。
導入:
3.0
作成者:
Gary Russell
  • コンストラクターの詳細

    • SyslogInboundChannelAdapterParser

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

    • doParse

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