站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byorg.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

Constructor Summary
ParamNameExtractor()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParamNameExtractor

public ParamNameExtractor()
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 © 2002 JBoss Group, LLC. All Rights Reserved.