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