org.apache.axis.utils.bytecode
Class Serp

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

public class Serp
extends java.lang.Object
implements Extractor

This class implements an Extractor using "Serp" from which is a follow up to the TechTrader Bytecode Toolkit. NOTE: Currently this is just a place holder. (Does not work!!! but compiles clean!!!)

Version:
$Revision: 1.1 $ $Date: 2002/04/02 20:23:07 $
Author:
Davanum Srinivas

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

Constructor Detail

Serp

public Serp()
Method Detail

getParameterNamesFromDebugInfo

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


Copyright © 2001 Apache XML Project. All Rights Reserved.