Uses of Class
com.sun.xml.ws.util.ServiceFinder
-
Packages that use ServiceFinder Package Description com.sun.xml.ws.util -
-
Uses of ServiceFinder in com.sun.xml.ws.util
Methods in com.sun.xml.ws.util that return ServiceFinder Modifier and Type Method Description 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, Component component)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.static <T> ServiceFinder<T>ServiceFinder. find(Class<T> service, ClassLoader loader, Component component)
-