当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
ParamNameExtractor (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
org.apache.axis.utils.bytecode
Class ParamNameExtractor
java.lang.Object
org.apache.axis.utils.bytecode.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParamNameExtractor
public ParamNameExtractor()
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 © 2002 JBoss Group, LLC. All Rights Reserved.