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 Jsr250Metadata newJsr250Metadata(String componentName,
Class<?> componentClass,
DeploymentUnitMetadata dum)
- 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 componentdum - deployment unit metadata
- Returns:
- new instance of Jsr250Metadata or a subclass
Copyright © 2007 Interface21. All Rights Reserved.