org.apache.openejb.config
Class AnnotationDeployer.MethodMember

java.lang.Object
  extended by org.apache.openejb.config.AnnotationDeployer.MethodMember
All Implemented Interfaces:
AnnotationDeployer.Member
Enclosing class:
AnnotationDeployer

public static class AnnotationDeployer.MethodMember
extends java.lang.Object
implements AnnotationDeployer.Member

Implementation of Member for java.lang.reflect.Method Used for injection targets that are annotated methods


Constructor Summary
AnnotationDeployer.MethodMember(java.lang.reflect.Method method)
           
 
Method Summary
 java.lang.Class getDeclaringClass()
           
 java.lang.String getName()
          The method name needs to be changed from "getFoo" to "foo"
 java.lang.Class getType()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationDeployer.MethodMember

public AnnotationDeployer.MethodMember(java.lang.reflect.Method method)
Method Detail

getType

public java.lang.Class getType()
Specified by:
getType in interface AnnotationDeployer.Member

getDeclaringClass

public java.lang.Class getDeclaringClass()
Specified by:
getDeclaringClass in interface AnnotationDeployer.Member

getName

public java.lang.String getName()
The method name needs to be changed from "getFoo" to "foo"

Specified by:
getName in interface AnnotationDeployer.Member
Returns:

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.