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:
org.springframework.beans.factory.xml.BeanDefinitionParser
public class TcpInboundGatewayParser
extends org.springframework.integration.config.xml.AbstractInboundGatewayParser
- Since:
- 2.0
-
Field Summary
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doPostProcess
(org.springframework.beans.factory.support.BeanDefinitionBuilder builder, Element element) protected String
getBeanClassName
(Element element) protected boolean
isEligibleAttribute
(String attributeName) Methods inherited from class org.springframework.integration.config.xml.AbstractInboundGatewayParser
doParse, postProcess, resolveId
Methods inherited from class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
extractPropertyName, isEligibleAttribute
Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
doParse, getBeanClass, getParentName, parseInternal
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
-
Constructor Details
-
TcpInboundGatewayParser
public TcpInboundGatewayParser()
-
-
Method Details
-
getBeanClassName
- Overrides:
getBeanClassName
in classorg.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
-
isEligibleAttribute
- Overrides:
isEligibleAttribute
in classorg.springframework.integration.config.xml.AbstractInboundGatewayParser
-
doPostProcess
protected void doPostProcess(org.springframework.beans.factory.support.BeanDefinitionBuilder builder, Element element) - Overrides:
doPostProcess
in classorg.springframework.integration.config.xml.AbstractInboundGatewayParser
-