Class ParamNameExtractor
java.lang.Object
org.apache.axis2.description.java2wsdl.bytecode.ParamNameExtractor
This class retrieves function parameter names from bytecode built with
debugging symbols. Used as a last resort when creating WSDL.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String[]getParameterNamesFromDebugInfo(Method method) Retrieves a list of function parameter names from a method.
-
Constructor Details
-
ParamNameExtractor
public ParamNameExtractor()
-
-
Method Details
-
getParameterNamesFromDebugInfo
Retrieves a list of function parameter names from a method. Returns null if unable to read parameter names (i.e. bytecode not built with debug).
-