org.springframework.integration.ip.config
Class TcpInboundChannelAdapterParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractChannelAdapterParser
org.springframework.integration.ip.config.TcpInboundChannelAdapterParser
- All Implemented Interfaces:
- BeanDefinitionParser
public class TcpInboundChannelAdapterParser
- extends AbstractChannelAdapterParser
Channel Adapter that receives UDP datagram packets and maps them to Messages.
- Since:
- 2.0
- Author:
- Gary Russell
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TcpInboundChannelAdapterParser
public TcpInboundChannelAdapterParser()
doParse
protected AbstractBeanDefinition doParse(Element element,
ParserContext parserContext,
String channelName)
- Description copied from class:
AbstractChannelAdapterParser
- Subclasses must implement this method to parse the adapter element.
The name of the MessageChannel bean is provided.
- Specified by:
doParse
in class AbstractChannelAdapterParser
Copyright © 2010. All Rights Reserved.