org.apache.axis.utils.bytecode
Class BCEL

java.lang.Object
  |
  +--org.apache.axis.utils.bytecode.BCEL
All Implemented Interfaces:
Extractor

public class BCEL
extends java.lang.Object
implements Extractor

This class implements an Extractor using BCEL

Version:
$Revision: 1.1 $ $Date: 2002/06/12 15:02:59 $
Author:
Davanum Srinivas

Constructor Summary
BCEL()
           
 
Method Summary
 java.lang.String[] getParameterNamesFromDebugInfo(java.lang.reflect.Method m)
          Get Parameter Names using BCEL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BCEL

public BCEL()
Method Detail

getParameterNamesFromDebugInfo

public java.lang.String[] getParameterNamesFromDebugInfo(java.lang.reflect.Method m)
Get Parameter Names using BCEL
Specified by:
getParameterNamesFromDebugInfo in interface Extractor
Parameters:
method - the Java method we're interested in
Returns:
list of names or null


Copyright © 2002 Apache XML Project. All Rights Reserved.