org.jboss.metadata.annotation.creator
Class EJBFieldProcessor
java.lang.Object
org.jboss.metadata.annotation.creator.AbstractFinderUser
org.jboss.metadata.annotation.creator.AbstractInjectionTargetProcessor<E>
org.jboss.metadata.annotation.creator.AbstractEJBProcessor<Field>
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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJBFieldProcessor
public EJBFieldProcessor(AnnotationFinder<AnnotatedElement> finder)
- Parameters:
finder
-
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 © 2009 JBoss Inc.. All Rights Reserved.