org.springframework.integration.ip.config
Class TcpInboundGatewayParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
org.springframework.integration.config.xml.AbstractInboundGatewayParser
org.springframework.integration.ip.config.TcpInboundGatewayParser
- All Implemented Interfaces:
- BeanDefinitionParser
public class TcpInboundGatewayParser
- extends AbstractInboundGatewayParser
- Since:
- 2.0
- Author:
- Gary Russell
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TcpInboundGatewayParser
public TcpInboundGatewayParser()
getBeanClass
protected Class<?> getBeanClass(Element element)
- Overrides:
getBeanClass
in class AbstractSingleBeanDefinitionParser
isEligibleAttribute
protected boolean isEligibleAttribute(String attributeName)
- Overrides:
isEligibleAttribute
in class AbstractInboundGatewayParser
doPostProcess
protected void doPostProcess(BeanDefinitionBuilder builder,
Element element)
- Description copied from class:
AbstractInboundGatewayParser
- Subclasses may add to the bean definition by overriding this method.
- Overrides:
doPostProcess
in class AbstractInboundGatewayParser
Copyright © 2010. All Rights Reserved.