Class RmiOutboundGatewayParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractConsumerEndpointParser
org.springframework.integration.config.xml.AbstractOutboundGatewayParser
org.springframework.integration.rmi.config.RmiOutboundGatewayParser
- All Implemented Interfaces:
BeanDefinitionParser
Deprecated.
since 5.4 with no replacement.
Parser for the <outbound-gateway/> element of the 'rmi' namespace.
- Author:
- Mark Fisher
-
Field Summary
Fields inherited from class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
EXPRESSION_ATTRIBUTE, METHOD_ATTRIBUTE, REF_ATTRIBUTE
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
getGatewayClassName
(Element element) Deprecated.protected String
parseUrl
(Element element, ParserContext parserContext) Deprecated.protected void
postProcessGateway
(BeanDefinitionBuilder builder, Element element, ParserContext parserContext) Deprecated.Subclasses may override this method for additional configuration.Methods inherited from class org.springframework.integration.config.xml.AbstractOutboundGatewayParser
getInputChannelAttributeName, parseHandler
Methods inherited from class org.springframework.integration.config.xml.AbstractConsumerEndpointParser
parseInternal, replyChannelInChainAllowed, resolveId
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
-
Constructor Details
-
RmiOutboundGatewayParser
public RmiOutboundGatewayParser()Deprecated.
-
-
Method Details
-
getGatewayClassName
Deprecated.- Specified by:
getGatewayClassName
in classAbstractOutboundGatewayParser
-
parseUrl
Deprecated.- Overrides:
parseUrl
in classAbstractOutboundGatewayParser
-
postProcessGateway
protected void postProcessGateway(BeanDefinitionBuilder builder, Element element, ParserContext parserContext) Deprecated.Description copied from class:AbstractOutboundGatewayParser
Subclasses may override this method for additional configuration.- Overrides:
postProcessGateway
in classAbstractOutboundGatewayParser
- Parameters:
builder
- The builder.element
- The element.parserContext
- The parser context.
-