|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectsoaprmi.util.ParamNameExtractor
This class retieves function parameter names from bytecode built with debugging symbols. Adapted from Apache AXIS by Alek.
| Constructor Summary | |
ParamNameExtractor()
|
|
| Method Summary | |
static java.lang.String[] |
getParameterNamesFromDebugInfo(java.lang.reflect.Method method)
Retrieve a list of function parameter names from a method Returns null if unable to read parameter names (i.e. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ParamNameExtractor()
| Method Detail |
public static java.lang.String[] getParameterNamesFromDebugInfo(java.lang.reflect.Method method)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||