public class WebServiceInboundGatewayParser extends AbstractInboundGatewayParser
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger |
ID_ATTRIBUTE, NAME_ATTRIBUTE| Constructor and Description |
|---|
WebServiceInboundGatewayParser() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doParse(org.w3c.dom.Element element,
ParserContext parserContext,
BeanDefinitionBuilder builder) |
protected void |
doPostProcess(BeanDefinitionBuilder builder,
org.w3c.dom.Element element)
Subclasses may add to the bean definition by overriding this method.
|
protected java.lang.String |
getBeanClassName(org.w3c.dom.Element element) |
protected boolean |
isEligibleAttribute(java.lang.String attributeName) |
postProcess, resolveIdextractPropertyName, isEligibleAttribute, isEligibleAttributedoParse, getBeanClass, getParentName, parseInternalparse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallbackprotected java.lang.String getBeanClassName(org.w3c.dom.Element element)
getBeanClassName in class AbstractSingleBeanDefinitionParserprotected boolean isEligibleAttribute(java.lang.String attributeName)
isEligibleAttribute in class AbstractInboundGatewayParserprotected void doPostProcess(BeanDefinitionBuilder builder, org.w3c.dom.Element element)
AbstractInboundGatewayParserdoPostProcess in class AbstractInboundGatewayParserbuilder - The builder.element - The element.protected void doParse(org.w3c.dom.Element element,
ParserContext parserContext,
BeanDefinitionBuilder builder)
doParse in class AbstractSimpleBeanDefinitionParser