org.apache.axis2.jaxws.message.databinding
Interface ClassFinder

All Known Implementing Classes:
ClassFinderImpl

public interface ClassFinder


Method Summary
 ArrayList<Class> getClassesFromJarFile(String pkg, ClassLoader cl)
          This method reads all the classes from given package in a jar file.
 

Method Detail

getClassesFromJarFile

ArrayList<Class> getClassesFromJarFile(String pkg,
                                       ClassLoader cl)
                                       throws ClassNotFoundException
This method reads all the classes from given package in a jar file. It uses ClassLoader to find the given package in a jar file that is located in classpath.

Parameters:
pkg -
cl -
Returns:
Throws:
ClassNotFoundException


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.