|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.description.java2wsdl.bytecode.ParamNameExtractor
public class ParamNameExtractor
This class retrieves function parameter names from bytecode built with debugging symbols. Used as a last resort when creating WSDL.
Constructor Summary | |
---|---|
ParamNameExtractor()
|
Method Summary | |
---|---|
static java.lang.String[] |
getParameterNamesFromDebugInfo(java.lang.reflect.Method method)
Retrieves a list of function parameter names from a method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, 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 |