public class JtaTransactionManagerBeanDefinitionParser extends AbstractSingleBeanDefinitionParser
JtaTransactionManager subclass.WebLogicJtaTransactionManager, 
WebSphereUowTransactionManagerID_ATTRIBUTE, NAME_ATTRIBUTE| Constructor and Description | 
|---|
JtaTransactionManagerBeanDefinitionParser()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
getBeanClassName(Element element)
Determine the bean class name corresponding to the supplied  
Element. | 
protected String | 
resolveId(Element element,
         AbstractBeanDefinition definition,
         ParserContext parserContext)
Resolve the ID for the supplied  
BeanDefinition. | 
doParse, doParse, getBeanClass, getParentName, parseInternalparse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliasespublic JtaTransactionManagerBeanDefinitionParser()
protected String getBeanClassName(Element element)
AbstractSingleBeanDefinitionParserElement.getBeanClassName in class AbstractSingleBeanDefinitionParserelement - the Element that is being parsedElement, or null if noneAbstractSingleBeanDefinitionParser.getBeanClass(org.w3c.dom.Element)protected String resolveId(Element element, AbstractBeanDefinition definition, ParserContext parserContext)
AbstractBeanDefinitionParserBeanDefinition.
 When using generation, a name is generated automatically.
 Otherwise, the ID is extracted from the "id" attribute, potentially with a
 fallback to a generated id.
resolveId in class AbstractBeanDefinitionParserelement - the element that the bean definition has been built fromdefinition - the bean definition to be registeredparserContext - the object encapsulating the current state of the parsing process;
 provides access to a BeanDefinitionRegistry