クラス FileOutboundChannelAdapterParser

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

public class FileOutboundChannelAdapterParser extends AbstractOutboundChannelAdapterParser
'file' 名前空間の <outbound-channel-adapter/> 要素のパーサー。
作成者:
Mark Fisher, Iwein Fuld, Oleg Zhurakousky, Artem Bilan
  • コンストラクターの詳細

    • FileOutboundChannelAdapterParser

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

    • parseConsumer

      protected AbstractBeanDefinition parseConsumer(ElementSE element, ParserContext parserContext)
      クラスからコピーされた説明: AbstractOutboundChannelAdapterParser
      このメソッドをオーバーライドして、MessageConsumer の BeanDefinition を返します。生成された名前で登録されます。
      次で指定:
      クラス AbstractOutboundChannelAdapterParserparseConsumer 
      パラメーター:
      element - 要素。
      parserContext - パーサーコンテキスト。
      戻り値:
      Bean 定義。
    • isUsingReplyProducer

      protected boolean isUsingReplyProducer()
      クラスからコピーされた説明: AbstractOutboundChannelAdapterParser
      これをオーバーライドして、このチャネルアダプターが実際に AbstractReplyProducingMessageHandler を使用していることを通知しますが、たとえば FactoryBean が使用されているため、このパーサーがそれを判別することはできません。
      オーバーライド:
      クラス AbstractOutboundChannelAdapterParserisUsingReplyProducer 
      戻り値:
      オーバーライドされない限り、false。