org.springframework.integration.rmi.config
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
public class RmiInboundGatewayParser
- extends AbstractInboundGatewayParser
Parser for the <inbound-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 |
RmiInboundGatewayParser
public RmiInboundGatewayParser()
getBeanClassName
protected String getBeanClassName(Element element)
- Overrides:
getBeanClassName
in class AbstractSingleBeanDefinitionParser
isEligibleAttribute
protected boolean isEligibleAttribute(String attributeName)
- Overrides:
isEligibleAttribute
in class AbstractInboundGatewayParser
doPostProcess
protected void doPostProcess(BeanDefinitionBuilder builder,
Element element)
- Description copied from class:
AbstractInboundGatewayParser
- Subclasses may add to the bean definition by overriding this method.
- Overrides:
doPostProcess
in class AbstractInboundGatewayParser
Copyright © 2010. All Rights Reserved.