Package org.apache.axis.utils.bytecode
Class ParamNameExtractor
java.lang.Object
org.apache.axis.utils.bytecode.ParamNameExtractor
This class retieves function parameter names from bytecode built with
debugging symbols. Used as a last resort when creating WSDL.
- Author:
- Tom Jordahl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]
getParameterNamesFromDebugInfo
(Method method) Retrieve a list of function parameter names from a method Returns null if unable to read parameter names (i.e.
-
Field Details
-
log
protected static org.apache.commons.logging.Log log
-
-
Constructor Details
-
ParamNameExtractor
public ParamNameExtractor()
-
-
Method Details
-
getParameterNamesFromDebugInfo
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).
-