Class MessageHistoryParser
java.lang.Object
org.springframework.integration.config.xml.MessageHistoryParser
- All Implemented Interfaces:
BeanDefinitionParser
public class MessageHistoryParser extends Object implements BeanDefinitionParser
The
<message-history/>
parser.
Delegates the BeanDefinition
registration to the MessageHistoryRegistrar
.- Since:
- 2.0
- Author:
- Oleg Zhurakousky, Mark Fisher, Artem Bilan
-
Constructor Summary
Constructors Constructor Description MessageHistoryParser()
-
Method Summary
Modifier and Type Method Description BeanDefinition
parse(Element element, ParserContext parserContext)
-
Constructor Details
-
MessageHistoryParser
public MessageHistoryParser()
-
-
Method Details
-
parse
- Specified by:
parse
in interfaceBeanDefinitionParser
-