org.springframework.ejb.config
Class LocalStatelessSessionBeanDefinitionParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
org.springframework.ejb.config.AbstractJndiLocatedBeanDefinitionParser
org.springframework.ejb.config.LocalStatelessSessionBeanDefinitionParser
- All Implemented Interfaces:
- BeanDefinitionParser
class LocalStatelessSessionBeanDefinitionParser
- extends AbstractJndiLocatedBeanDefinitionParser
BeanDefinitionParser
implementation for parsing
'local-slsb
' tags and creating LocalStatelessSessionProxyFactoryBean
definitions.
- Since:
- 2.0
- Author:
- Rob Harrop
- See Also:
LocalStatelessSessionProxyFactoryBean
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalStatelessSessionBeanDefinitionParser
LocalStatelessSessionBeanDefinitionParser()
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)
Copyright © 2002-2006 The Spring Framework.