Class MessageHistoryParser

java.lang.Object
org.springframework.integration.config.xml.MessageHistoryParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class MessageHistoryParser
extends java.lang.Object
implements org.springframework.beans.factory.xml.BeanDefinitionParser
The <message-history/> parser. Delegates the BeanDefinition registration to the MessageHistoryRegistrar.
Since:
2.0
  • Constructor Summary

    Constructors 
    Constructor Description
    MessageHistoryParser()  
  • Method Summary

    Modifier and Type Method Description
    org.springframework.beans.factory.config.BeanDefinition parse​(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • parse

      public org.springframework.beans.factory.config.BeanDefinition parse​(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
      Specified by:
      parse in interface org.springframework.beans.factory.xml.BeanDefinitionParser