Uses of Class
com.sun.jersey.spi.service.ServiceFinder

Packages that use ServiceFinder
com.sun.jersey.spi.service Provides support for services obtained using META-INF/services. 
 

Uses of ServiceFinder in com.sun.jersey.spi.service
 

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



Copyright © 2011 Oracle Corporation. All Rights Reserved.