org.springframework.jee.ejb
Class EjbAnnotationComponentContributor
java.lang.Object
org.springframework.jee.inject.ChainedProcessorsComponentContributor
org.springframework.jee.inject.AnnotationComponentContributor
org.springframework.jee.ejb.EjbAnnotationComponentContributor
- All Implemented Interfaces:
- ComponentContributor
public class EjbAnnotationComponentContributor
- extends AnnotationComponentContributor
Component contributor for EJB3 environments.
- Author:
- Costin Leau
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EjbAnnotationComponentContributor
public EjbAnnotationComponentContributor(Class... classes)
newJsr250Metadata
public Jsr250MetadataI newJsr250Metadata(String componentName,
Class<?> componentClass,
DeploymentUnitMetadataI dumi)
- Description copied from class:
ChainedProcessorsComponentContributor
- Subclasses can override this to return an Jsr250Metadata subclass of
their choice
- Specified by:
newJsr250Metadata
in interface ComponentContributor
- Overrides:
newJsr250Metadata
in class ChainedProcessorsComponentContributor
- Parameters:
componentName
- component namecomponentClass
- class of the componentdumi
- deployment unit metadata
- Returns:
- new instance of Jsr250Metadata or a subclass
Copyright © 2006-2008 SpringSource (formerly Interface21). All Rights Reserved.