The Spring Framework

org.springframework.ejb.config
Class JndiLookupBeanDefinitionParser

java.lang.Object
  extended by org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
      extended by org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
          extended by org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
              extended by org.springframework.ejb.config.AbstractJndiLocatedBeanDefinitionParser
                  extended by org.springframework.ejb.config.JndiLookupBeanDefinitionParser
All Implemented Interfaces:
BeanDefinitionParser

 class JndiLookupBeanDefinitionParser
extends AbstractJndiLocatedBeanDefinitionParser

Simple BeanDefinitionParser implementation that translates jndi-lookup tag into JndiObjectFactoryBean definitions.

Since:
2.0
Author:
Rob Harrop
See Also:
JndiObjectFactoryBean

Field Summary
 
Fields inherited from class org.springframework.ejb.config.AbstractJndiLocatedBeanDefinitionParser
ENVIRONMENT, JNDI_ENVIRONMENT
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE
 
Constructor Summary
JndiLookupBeanDefinitionParser()
           
 
Method Summary
protected  Class getBeanClass(Element element)
          Determine the bean class corresponding to the supplied Element.
 
Methods inherited from class org.springframework.ejb.config.AbstractJndiLocatedBeanDefinitionParser
postProcess
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
doParse, extractPropertyName
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
doParse, parseInternal
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, resolveId, shouldFireEvents, shouldGenerateId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JndiLookupBeanDefinitionParser

JndiLookupBeanDefinitionParser()
Method Detail

getBeanClass

protected Class getBeanClass(Element element)
Description copied from class: AbstractSingleBeanDefinitionParser
Determine the bean class corresponding to the supplied Element.

Specified by:
getBeanClass in class AbstractSingleBeanDefinitionParser
Parameters:
element - the Element that is being parsed
Returns:
the Class of the bean that is being defined via parsing the supplied Element (must not be null)
See Also:
AbstractSingleBeanDefinitionParser.parseInternal(org.w3c.dom.Element, ParserContext)

The Spring Framework

Copyright © 2002-2006 The Spring Framework.