Uses of Class
com.sun.xml.ws.util.ServiceFinder

Packages that use ServiceFinder
com.sun.xml.ws.util   
 

Uses of ServiceFinder in com.sun.xml.ws.util
 

Methods in com.sun.xml.ws.util that return ServiceFinder
static
<T> ServiceFinder<T>
ServiceFinder.find(Class<T> service)
          Locates and incrementally instantiates the available providers of a given service using the context class loader.
static
<T> ServiceFinder<T>
ServiceFinder.find(Class<T> service, ClassLoader loader)
          Locates and incrementally instantiates the available providers of a given service using the given class loader.