org.jboss.metadata.annotation.creator
Class EJBFieldProcessor

java.lang.Object
  extended by org.jboss.metadata.annotation.creator.AbstractFinderUser
      extended by org.jboss.metadata.annotation.creator.AbstractInjectionTargetProcessor<E>
          extended by org.jboss.metadata.annotation.creator.AbstractEJBProcessor<Field>
              extended by org.jboss.metadata.annotation.creator.EJBFieldProcessor
All Implemented Interfaces:
Processor<AnnotatedEJBReferencesMetaData,Field>

public class EJBFieldProcessor
extends AbstractEJBProcessor<Field>
implements Processor<AnnotatedEJBReferencesMetaData,Field>

Version:
$Revision: 80110 $
Author:
Scott.Stark@jboss.org

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

Constructor Detail

EJBFieldProcessor

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

getName

protected String getName(Field element)
Description copied from class: AbstractEJBProcessor
Get the ejb name based on the AnnotatedElement

Specified by:
getName in class AbstractEJBProcessor<Field>
Returns:

getType

protected Class getType(Field element)
Description copied from class: AbstractEJBProcessor
Get the business interface class based on the AnnotatedElement

Specified by:
getType in class AbstractEJBProcessor<Field>
Returns:


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.