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 public class RmiInboundGatewayParser extends AbstractInboundGatewayParser
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
Constructors Constructor Description RmiInboundGatewayParser()
Deprecated. -
Method Summary
Modifier and Type Method Description protected 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.
-