Class RmiInboundGatewayParser
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.rmi.config.RmiInboundGatewayParser
- All Implemented Interfaces:
BeanDefinitionParser
Deprecated.
since 5.4 with no replacement.
Parser for the <inbound-gateway/> element of the 'rmi' namespace.
- Author:
- Mark Fisher, 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) Deprecated.Subclasses may add to the bean definition by overriding this method.protected String
getBeanClassName
(Element element) Deprecated.protected boolean
isEligibleAttribute
(String attributeName) Deprecated.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
-
RmiInboundGatewayParser
public RmiInboundGatewayParser()Deprecated.
-
-
Method Details
-
getBeanClassName
Deprecated.- Overrides:
getBeanClassName
in classAbstractSingleBeanDefinitionParser
-
isEligibleAttribute
Deprecated.- Overrides:
isEligibleAttribute
in classAbstractInboundGatewayParser
-
doPostProcess
Deprecated.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.
-