org.apache.cxf.jbi.se
Class WebServiceClassFinder

java.lang.Object
  extended by org.apache.cxf.jbi.se.WebServiceClassFinder

public class WebServiceClassFinder
extends Object


Constructor Summary
WebServiceClassFinder(String argRootPath, ClassLoader loader)
           
 
Method Summary
 Collection<Class<?>> findServiceConsumerClasses()
           
 Collection<Class<?>> findWebServiceClasses()
           
 Collection<Class<?>> findWebServiceInterface()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServiceClassFinder

public WebServiceClassFinder(String argRootPath,
                             ClassLoader loader)
Method Detail

findServiceConsumerClasses

public Collection<Class<?>> findServiceConsumerClasses()
                                                throws MalformedURLException
Throws:
MalformedURLException

findWebServiceClasses

public Collection<Class<?>> findWebServiceClasses()
                                           throws MalformedURLException
Throws:
MalformedURLException

findWebServiceInterface

public Collection<Class<?>> findWebServiceInterface()
                                             throws MalformedURLException
Throws:
MalformedURLException


Apache CXF