org.jboss.metadata.annotation.creator
Class EJBsClassProcessor
java.lang.Object
org.jboss.metadata.annotation.creator.AbstractFinderUser
org.jboss.metadata.annotation.creator.AbstractInjectionTargetProcessor<E>
org.jboss.metadata.annotation.creator.AbstractEJBProcessor<Class>
org.jboss.metadata.annotation.creator.EJBClassProcessor
org.jboss.metadata.annotation.creator.EJBsClassProcessor
- All Implemented Interfaces:
- Processor<AnnotatedEJBReferencesMetaData,Class>
public class EJBsClassProcessor
- extends EJBClassProcessor
- implements Processor<AnnotatedEJBReferencesMetaData,Class>
Process a collection of EJB references
- Version:
- $Revision: 76002 $
- Author:
- Scott.Stark@jboss.org
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJBsClassProcessor
public EJBsClassProcessor(AnnotationFinder<AnnotatedElement> finder)
- Parameters:
finder -
process
public void process(AnnotatedEJBReferencesMetaData metaData,
Class type)
- Description copied from interface:
Processor
- Process a piece of meta data.
- Specified by:
process in interface Processor<AnnotatedEJBReferencesMetaData,Class>- Overrides:
process in class AbstractEJBProcessor<Class>
- Parameters:
metaData - the meta datatype - the annotated element
getName
protected String getName(Class element)
- Description copied from class:
AbstractEJBProcessor
- Get the ejb name based on the AnnotatedElement
- Overrides:
getName in class EJBClassProcessor
- Returns:
getType
protected Class getType(Class element)
- Description copied from class:
AbstractEJBProcessor
- Get the business interface class based on the AnnotatedElement
- Overrides:
getType in class EJBClassProcessor
- Returns:
getAnnotationTypes
public Collection<Class<? extends Annotation>> getAnnotationTypes()
- Description copied from interface:
Processor
- Get the annotations handled by this processor.
- Specified by:
getAnnotationTypes in interface Processor<AnnotatedEJBReferencesMetaData,Class>- Overrides:
getAnnotationTypes in class AbstractEJBProcessor<Class>
- Returns:
- the processed annotation types
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.