The Spring Framework

org.springframework.ejb.config
Class AbstractJndiLocatedBeanDefinitionParser

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
All Implemented Interfaces:
BeanDefinitionParser
Direct Known Subclasses:
JndiLookupBeanDefinitionParser, LocalStatelessSessionBeanDefinitionParser, RemoteStatelessSessionBeanDefinitionParser

abstract class AbstractJndiLocatedBeanDefinitionParser
extends AbstractSimpleBeanDefinitionParser

Since:
2.0
Author:
Rob Harrop

Field Summary
static String ENVIRONMENT
           
static String JNDI_ENVIRONMENT
           
 
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE
 
Constructor Summary
AbstractJndiLocatedBeanDefinitionParser()
           
 
Method Summary
protected  void postProcess(BeanDefinitionBuilder definitionBuilder, Element element)
          Hook method that derived classes can implement to inspect/change a bean definition after parsing is complete.
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractSimpleBeanDefinitionParser
doParse, extractPropertyName
 
Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
doParse, getBeanClass, 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
 

Field Detail

ENVIRONMENT

public static final String ENVIRONMENT
See Also:
Constant Field Values

JNDI_ENVIRONMENT

public static final String JNDI_ENVIRONMENT
See Also:
Constant Field Values
Constructor Detail

AbstractJndiLocatedBeanDefinitionParser

AbstractJndiLocatedBeanDefinitionParser()
Method Detail

postProcess

protected void postProcess(BeanDefinitionBuilder definitionBuilder,
                           Element element)
Description copied from class: AbstractSimpleBeanDefinitionParser
Hook method that derived classes can implement to inspect/change a bean definition after parsing is complete.

The default implementation does nothing.

Overrides:
postProcess in class AbstractSimpleBeanDefinitionParser
Parameters:
definitionBuilder - the parsed (and probably totally defined) bean definition being built
element - the XML element that was the source of the bean definition's metadata

The Spring Framework

Copyright © 2002-2006 The Spring Framework.