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, RmiInboundGatewayParser, TcpInboundGatewayParser, WebServiceInboundGatewayParser
public abstract class AbstractInboundGatewayParser
- extends AbstractSimpleBeanDefinitionParser
Base class for inbound gateway parsers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractInboundGatewayParser
public AbstractInboundGatewayParser()
resolveId
protected java.lang.String resolveId(org.w3c.dom.Element element,
AbstractBeanDefinition definition,
ParserContext parserContext)
throws BeanDefinitionStoreException
- Overrides:
resolveId
in class AbstractBeanDefinitionParser
- Throws:
BeanDefinitionStoreException
isEligibleAttribute
protected boolean isEligibleAttribute(java.lang.String attributeName)
- Overrides:
isEligibleAttribute
in class AbstractSimpleBeanDefinitionParser
postProcess
protected final void postProcess(BeanDefinitionBuilder builder,
org.w3c.dom.Element element)
- Overrides:
postProcess
in class AbstractSimpleBeanDefinitionParser
doPostProcess
protected void doPostProcess(BeanDefinitionBuilder builder,
org.w3c.dom.Element element)
- Subclasses may add to the bean definition by overriding this method.