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
- Since:
- 2.0
- Author:
- Gary Russell
-
Field Summary
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
doPostProcess
(BeanDefinitionBuilder builder, Element element) Subclasses may add to the bean definition by overriding this method.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 classAbstractSingleBeanDefinitionParser
-
isEligibleAttribute
- Overrides:
isEligibleAttribute
in classAbstractInboundGatewayParser
-
doPostProcess
Description copied from class:AbstractInboundGatewayParser
Subclasses may add to the bean definition by overriding this method.- Overrides:
doPostProcess
in classAbstractInboundGatewayParser
- Parameters:
builder
- The builder.element
- The element.
-