org.springframework.integration.rmi.config
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
public class RmiOutboundGatewayParser
- extends AbstractOutboundGatewayParser
Parser for the <outbound-gateway/> element of the 'rmi' namespace.
- Author:
- Mark Fisher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RmiOutboundGatewayParser
public RmiOutboundGatewayParser()
getGatewayClassName
protected String getGatewayClassName(Element element)
- Specified by:
getGatewayClassName
in class AbstractOutboundGatewayParser
parseUrl
protected String parseUrl(Element element,
ParserContext parserContext)
- Overrides:
parseUrl
in class AbstractOutboundGatewayParser
Copyright © 2010. All Rights Reserved.