org.springframework.integration.config.xml
Class AbstractInboundGatewayParser
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
- All Implemented Interfaces:
- BeanDefinitionParser
- Direct Known Subclasses:
- HttpInvokerInboundGatewayParser, IpInboundGatewayParser, RmiInboundGatewayParser, WebServiceInboundGatewayParser
public abstract class AbstractInboundGatewayParser
- extends AbstractSimpleBeanDefinitionParser
Base class for inbound gateway parsers.
- Author:
- Mark Fisher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractInboundGatewayParser
public AbstractInboundGatewayParser()
resolveId
protected String resolveId(Element element,
AbstractBeanDefinition definition,
ParserContext parserContext)
throws BeanDefinitionStoreException
- Overrides:
resolveId
in class AbstractBeanDefinitionParser
- Throws:
BeanDefinitionStoreException
isEligibleAttribute
protected boolean isEligibleAttribute(String attributeName)
- Overrides:
isEligibleAttribute
in class AbstractSimpleBeanDefinitionParser
postProcess
protected final void postProcess(BeanDefinitionBuilder builder,
Element element)
- Overrides:
postProcess
in class AbstractSimpleBeanDefinitionParser
doPostProcess
protected void doPostProcess(BeanDefinitionBuilder builder,
Element element)
- Subclasses may add to the bean definition by overriding this method.
Copyright © 2010. All Rights Reserved.