org.springframework.integration.adapter.config
Class AbstractRemotingGatewayParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
org.springframework.integration.adapter.config.AbstractRemotingGatewayParser
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionParser
- Direct Known Subclasses:
- HttpInvokerInboundGatewayParser, RmiInboundGatewayParser, WebServiceInboundGatewayParser
public abstract class AbstractRemotingGatewayParser
- extends org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
Base class for remoting gateway parsers.
- Author:
- Mark Fisher
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
ID_ATTRIBUTE |
Method Summary |
protected void |
doPostProcess(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
org.w3c.dom.Element element)
Subclasses may add to the bean definition by overriding this method. |
protected boolean |
isEligibleAttribute(java.lang.String attributeName)
|
protected void |
postProcess(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
org.w3c.dom.Element element)
|
protected java.lang.String |
resolveId(org.w3c.dom.Element element,
org.springframework.beans.factory.support.AbstractBeanDefinition definition,
org.springframework.beans.factory.xml.ParserContext parserContext)
|
Methods inherited from class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser |
doParse, extractPropertyName, isEligibleAttribute |
Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser |
doParse, getBeanClass, getBeanClassName, getParentName, parseInternal |
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser |
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractRemotingGatewayParser
public AbstractRemotingGatewayParser()
resolveId
protected java.lang.String resolveId(org.w3c.dom.Element element,
org.springframework.beans.factory.support.AbstractBeanDefinition definition,
org.springframework.beans.factory.xml.ParserContext parserContext)
throws org.springframework.beans.factory.BeanDefinitionStoreException
- Overrides:
resolveId
in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
- Throws:
org.springframework.beans.factory.BeanDefinitionStoreException
isEligibleAttribute
protected boolean isEligibleAttribute(java.lang.String attributeName)
- Overrides:
isEligibleAttribute
in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
postProcess
protected final void postProcess(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
org.w3c.dom.Element element)
- Overrides:
postProcess
in class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
doPostProcess
protected void doPostProcess(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
org.w3c.dom.Element element)
- Subclasses may add to the bean definition by overriding this method.