Class LoggingChannelAdapterParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractChannelAdapterParser
org.springframework.integration.config.xml.AbstractOutboundChannelAdapterParser
org.springframework.integration.config.xml.LoggingChannelAdapterParser
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
public class LoggingChannelAdapterParser extends AbstractOutboundChannelAdapterParser
Parser for the 'logging-channel-adapter' element.
- Since:
- 1.0.1
-
Field Summary
-
Constructor Summary
Constructors Constructor Description LoggingChannelAdapterParser() -
Method Summary
Modifier and Type Method Description protected org.springframework.beans.factory.support.AbstractBeanDefinitionparseConsumer(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)Override this method to return the BeanDefinition for the MessageConsumer.Methods inherited from class org.springframework.integration.config.xml.AbstractOutboundChannelAdapterParser
doParse, doParseAndRegisterConsumer, isUsingReplyProducerMethods inherited from class org.springframework.integration.config.xml.AbstractChannelAdapterParser
parseInternal, resolveId
-
Constructor Details
-
LoggingChannelAdapterParser
public LoggingChannelAdapterParser()
-
-
Method Details
-
parseConsumer
protected org.springframework.beans.factory.support.AbstractBeanDefinition parseConsumer(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)Description copied from class:AbstractOutboundChannelAdapterParserOverride this method to return the BeanDefinition for the MessageConsumer. It will be registered with a generated name.- Specified by:
parseConsumerin classAbstractOutboundChannelAdapterParser- Parameters:
element- The element.parserContext- The parser context.- Returns:
- The bean definition.
-