org.jboss.metadata.annotation.creator
Class EJBsClassProcessor
java.lang.Object
org.jboss.metadata.annotation.creator.AbstractFinderUser
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: 67113 $
- 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)
- Specified by:
process in interface Processor<AnnotatedEJBReferencesMetaData,Class>- Overrides:
process in class AbstractEJBProcessor<Class>
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:
Copyright © 2008 JBoss, A division of Red Hat. All Rights Reserved.