org.springframework.jee.ejb.config
Class JeeEjbBeanFactoryPostProcessor

java.lang.Object
  extended by org.springframework.jee.config.JeeBeanFactoryPostProcessor
      extended by org.springframework.jee.ejb.config.JeeEjbBeanFactoryPostProcessor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.context.ApplicationContextAware

public class JeeEjbBeanFactoryPostProcessor
extends JeeBeanFactoryPostProcessor

PostProcessor that adds @EJB style injections.

Author:
Costin Leau

Constructor Summary
JeeEjbBeanFactoryPostProcessor()
           
 
Method Summary
protected  BeanDefinitionAnnotationComponentContributor createComponentContributor(DeploymentUnitMetadata deploymentUnitMetadata)
          Hook for bean-aware, component contributor.
 
Methods inherited from class org.springframework.jee.config.JeeBeanFactoryPostProcessor
createMetadataBeanPostProcessor, getServiceEnvironment, postProcessBeanFactory, setApplicationContext, setServiceEnvironment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JeeEjbBeanFactoryPostProcessor

public JeeEjbBeanFactoryPostProcessor()
Method Detail

createComponentContributor

protected BeanDefinitionAnnotationComponentContributor createComponentContributor(DeploymentUnitMetadata deploymentUnitMetadata)
Description copied from class: JeeBeanFactoryPostProcessor
Hook for bean-aware, component contributor.

Overrides:
createComponentContributor in class JeeBeanFactoryPostProcessor
Returns:


Copyright 2006 Interface21. All Rights Reserved.