org.apache.cxf.jbi.se
Class WebServiceClassFinder
java.lang.Object
org.apache.cxf.jbi.se.WebServiceClassFinder
public class WebServiceClassFinder
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebServiceClassFinder
public WebServiceClassFinder(java.lang.String argRootPath,
java.lang.ClassLoader loader)
findServiceConsumerClasses
public java.util.Collection<java.lang.Class<?>> findServiceConsumerClasses()
throws java.net.MalformedURLException
- Throws:
java.net.MalformedURLException
findWebServiceClasses
public java.util.Collection<java.lang.Class<?>> findWebServiceClasses()
throws java.net.MalformedURLException
- Throws:
java.net.MalformedURLException
findWebServiceInterface
public java.util.Collection<java.lang.Class<?>> findWebServiceInterface()
throws java.net.MalformedURLException
- Throws:
java.net.MalformedURLException
Apache CXF