JBoss EJB 3.1 Common Interceptor Library Parent 2.0.0.Final

org.jboss.interceptor.reader
Class ReflectiveAnnotatedMethodReader

java.lang.Object
  extended by org.jboss.interceptor.reader.ReflectiveAnnotatedMethodReader
All Implemented Interfaces:
AnnotatedMethodReader<Method>

public class ReflectiveAnnotatedMethodReader
extends Object
implements AnnotatedMethodReader<Method>

A trivial implementation for handling methods

Author:

Constructor Summary
ReflectiveAnnotatedMethodReader()
           
 
Method Summary
 Annotation getAnnotation(Class<? extends Annotation> annotationClass, Method methodReference)
           
static AnnotatedMethodReader<Method> getInstance()
           
 Method getJavaMethod(Method methodReference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectiveAnnotatedMethodReader

public ReflectiveAnnotatedMethodReader()
Method Detail

getInstance

public static AnnotatedMethodReader<Method> getInstance()

getAnnotation

public Annotation getAnnotation(Class<? extends Annotation> annotationClass,
                                Method methodReference)
Specified by:
getAnnotation in interface AnnotatedMethodReader<Method>

getJavaMethod

public Method getJavaMethod(Method methodReference)
Specified by:
getJavaMethod in interface AnnotatedMethodReader<Method>

JBoss EJB 3.1 Common Interceptor Library Parent 2.0.0.Final

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