org.jboss.metadata.annotation.creator
Class EJBsClassProcessor

java.lang.Object
  extended by org.jboss.metadata.annotation.creator.AbstractFinderUser
      extended by org.jboss.metadata.annotation.creator.AbstractEJBProcessor<Class>
          extended by org.jboss.metadata.annotation.creator.EJBClassProcessor
              extended by 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

Field Summary
 
Fields inherited from class org.jboss.metadata.annotation.creator.AbstractFinderUser
finder
 
Constructor Summary
EJBsClassProcessor(AnnotationFinder<AnnotatedElement> finder)
           
 
Method Summary
protected  String getName(Class element)
          Get the ejb name based on the AnnotatedElement
protected  Class getType(Class element)
          Get the business interface class based on the AnnotatedElement
 void process(AnnotatedEJBReferencesMetaData metaData, Class type)
           
 
Methods inherited from class org.jboss.metadata.annotation.creator.AbstractEJBProcessor
createEJB, process
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBsClassProcessor

public EJBsClassProcessor(AnnotationFinder<AnnotatedElement> finder)
Parameters:
finder -
Method Detail

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.