org.apache.cxf.jbi.se
Class WebServiceClassFinder
java.lang.Object
org.apache.cxf.jbi.se.WebServiceClassFinder
public class WebServiceClassFinder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebServiceClassFinder
public WebServiceClassFinder(String argRootPath,
ClassLoader loader)
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