org.apache.axis.utils.bytecode

Class ParamNameExtractor

public class ParamNameExtractor extends Object

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
protected static Loglog
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).

Field Detail

log

protected static Log log

Method Detail

getParameterNamesFromDebugInfo

public 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).
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.