org.apache.axis2.tool.core
Class ClassFileHandler

java.lang.Object
  extended byorg.apache.axis2.tool.core.ClassFileHandler

public class ClassFileHandler
extends Object


Constructor Summary
ClassFileHandler()
           
 
Method Summary
 ArrayList getMethodNamesFromClass(String classFileName, String location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassFileHandler

public ClassFileHandler()
Method Detail

getMethodNamesFromClass

public ArrayList getMethodNamesFromClass(String classFileName,
                                         String location)
                                  throws IOException,
                                         ClassNotFoundException
Parameters:
classFileName -
location -
Returns:
Throws:
IOException
ClassNotFoundException