Uses of Interface
com.sun.jersey.spi.service.ComponentProvider

Packages that use ComponentProvider
com.sun.jersey.spi.service Provides support for services and components. 
 

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

Methods in com.sun.jersey.spi.service with parameters of type ComponentProvider
static
<T> ServiceFinder<T>
ServiceFinder.find(java.lang.Class<T> service, boolean ignoreOnClassNotFound, ComponentProvider componentProvider)
          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, boolean ignoreOnClassNotFound, ComponentProvider componentProvider)
          Locates and incrementally instantiates the available providers of a given service using the given class loader.
 



Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.