org.jboss.metadata.annotation.creator
Class ResourceMethodProcessor
java.lang.Object
org.jboss.metadata.annotation.creator.AbstractFinderUser
org.jboss.metadata.annotation.creator.AbstractResourceProcessor<Method>
org.jboss.metadata.annotation.creator.ResourceMethodProcessor
- All Implemented Interfaces:
- Processor<RemoteEnvironmentRefsGroupMetaData,Method>
public class ResourceMethodProcessor
- extends AbstractResourceProcessor<Method>
- implements Processor<RemoteEnvironmentRefsGroupMetaData,Method>
- Version:
- $Revision: 72354 $
- Author:
- Scott.Stark@jboss.org
| Methods inherited from class org.jboss.metadata.annotation.creator.AbstractResourceProcessor |
createEntry, createMessageRef, createResourceEnvRef, createResourceRef, createServiceRef, isEnvEntry, isMessageDestinationRef, isResourceRef, isServiceRef, process, process |
| 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 |
process |
ResourceMethodProcessor
public ResourceMethodProcessor(AnnotationFinder<AnnotatedElement> finder)
- Parameters:
finder -
getName
protected String getName(Method element)
- Description copied from class:
AbstractResourceProcessor
- Get the resource name based on the AnnotatedElement
- Specified by:
getName in class AbstractResourceProcessor<Method>
- Returns:
getInjectionName
protected String getInjectionName(Method element)
- Specified by:
getInjectionName in class AbstractResourceProcessor<Method>
getType
protected String getType(Method element)
- Specified by:
getType in class AbstractResourceProcessor<Method>
getDeclaringClass
protected String getDeclaringClass(Method element)
- Specified by:
getDeclaringClass in class AbstractResourceProcessor<Method>
Copyright © 2008 JBoss, A division of Red Hat. All Rights Reserved.