How to get the method parameter

View: New views
1 Messages — Rating Filter:   Alert me  

How to get the method parameter

by Deepal Jayasinghe :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Hi there;
 
I am an Aixs2 developer !!
 
I am using JAM to generate XML schema for a Java class , basically I am using JAM instead of java reflection to get the methods , parameters and so on. But I have encounter a problem of getting the parameter names of a given method , as an example say we have a method called
 
void   foo(int value1 , String value2);
 
What I want  to get is the value1 and value2 , JParamter gives me the class type but not the name of the parameter and it gives me as param0 , param1. In JAM is there any way that I can get value1 and value2 as it is.
 
We have plan to finish Schema generation before the Apache con , please send me a reply as much as possible .

Thanks,
 Deepal
................................................................
~Future is Open~