org.jboss.metadata.annotation.creator
Class EJBMethodProcessor

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<Method>
              extended by org.jboss.metadata.annotation.creator.EJBMethodProcessor
All Implemented Interfaces:
Processor<AnnotatedEJBReferencesMetaData,Method>

public class EJBMethodProcessor
extends AbstractEJBProcessor<Method>
implements Processor<AnnotatedEJBReferencesMetaData,Method>

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

Field Summary
 
Fields inherited from class org.jboss.metadata.annotation.creator.AbstractFinderUser
finder
 
Constructor Summary
EJBMethodProcessor(AnnotationFinder<AnnotatedElement> finder)
           
 
Method Summary
protected  String getName(Method element)
          Get the ejb name based on the AnnotatedElement
protected  Class getType(Method 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

EJBMethodProcessor

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

getName

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

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

getType

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

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


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