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:
org.springframework.beans.factory.xml.BeanDefinitionParser
@Deprecated
public class RmiInboundGatewayParser
extends org.springframework.integration.config.xml.AbstractInboundGatewayParser
Deprecated.
since 5.4 with no replacement.
Parser for the <inbound-gateway/> element of the 'rmi' namespace.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RmiInboundGatewayParser()Deprecated. -
Method Summary
Modifier and Type Method Description protected voiddoPostProcess(org.springframework.beans.factory.support.BeanDefinitionBuilder builder, org.w3c.dom.Element element)Deprecated.protected java.lang.StringgetBeanClassName(org.w3c.dom.Element element)Deprecated.protected booleanisEligibleAttribute(java.lang.String attributeName)Deprecated.Methods inherited from class org.springframework.integration.config.xml.AbstractInboundGatewayParser
doParse, postProcess, resolveIdMethods inherited from class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
extractPropertyName, isEligibleAttributeMethods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
doParse, getBeanClass, getParentName, parseInternal
-
Constructor Details
-
RmiInboundGatewayParser
public RmiInboundGatewayParser()Deprecated.
-
-
Method Details
-
getBeanClassName
protected java.lang.String getBeanClassName(org.w3c.dom.Element element)Deprecated.- Overrides:
getBeanClassNamein classorg.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
-
isEligibleAttribute
protected boolean isEligibleAttribute(java.lang.String attributeName)Deprecated.- Overrides:
isEligibleAttributein classorg.springframework.integration.config.xml.AbstractInboundGatewayParser
-
doPostProcess
protected void doPostProcess(org.springframework.beans.factory.support.BeanDefinitionBuilder builder, org.w3c.dom.Element element)Deprecated.- Overrides:
doPostProcessin classorg.springframework.integration.config.xml.AbstractInboundGatewayParser
-