| Package | Description |
|---|---|
| com.sun.xml.ws.policy.privateutil |
This package contains utility classes that are not part of the public Policy API.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> ServiceFinder<T> |
ServiceFinder.find(java.lang.Class<T> service)
Locates and incrementally instantiates the available providers of a
given service using the context class loader.
|
(package private) static <T> ServiceFinder<T> |
ServiceFinder.find(java.lang.Class<T> service,
java.lang.ClassLoader loader)
Locates and incrementally instantiates the available providers of a
given service using the given class loader.
|