public class MethodDescriptor
extends java.lang.Object
MethodDescriptor describes a particular method that a class
supports for external access from other components.| Constructor and Description |
|---|
MethodDescriptor(java.lang.String name,
java.lang.reflect.Method method) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Method |
getMethod() |
java.lang.String |
getName() |