Uses of Class
org.glassfish.jersey.internal.ServiceFinder

Packages that use ServiceFinder
org.glassfish.jersey.internal Common Jersey internal API classes. 
 

Uses of ServiceFinder in org.glassfish.jersey.internal
 

Methods in org.glassfish.jersey.internal that return ServiceFinder
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.
static
<T> ServiceFinder<T>
ServiceFinder.find(java.lang.Class<T> service, boolean ignoreOnClassNotFound)
          Locates and incrementally instantiates the available providers of a given service using the context class loader.
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.
static
<T> ServiceFinder<T>
ServiceFinder.find(java.lang.Class<T> service, java.lang.ClassLoader loader, boolean ignoreOnClassNotFound)
          Locates and incrementally instantiates the available providers of a given service using the given class loader.
static ServiceFinder<?> ServiceFinder.find(java.lang.String serviceName)
          Locates and incrementally instantiates the available classes of a given service file using the context class loader.
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.