org.apache.axis.utils.bytecode
public class ParamNameExtractor extends Object
Field Summary | |
---|---|
protected static Log | log |
Method Summary | |
---|---|
static String[] | getParameterNamesFromDebugInfo(Method method)
Retrieve a list of function parameter names from a method
Returns null if unable to read parameter names (i.e. bytecode not
built with debug). |