クラス WebSocketInboundChannelAdapterParser

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

public class WebSocketInboundChannelAdapterParser extends AbstractChannelAdapterParser
<int-websocket:inbound-channel-adapter/> 要素の AbstractChannelAdapterParser 実装。
導入:
4.1
作成者:
Artem Bilan
  • コンストラクターの詳細

    • WebSocketInboundChannelAdapterParser

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

    • doParse

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