|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServiceFinder | |
|---|---|
| com.sun.jersey.spi.service | Provides support for services and components. |
| Uses of ServiceFinder in com.sun.jersey.spi.service |
|---|
| Methods in com.sun.jersey.spi.service that return ServiceFinder | ||
|---|---|---|
static
|
ServiceFinder.find(java.lang.Class<T> service)
Locates and incrementally instantiates the available providers of a given service using the context class loader. |
|
static
|
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
|
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
|
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
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||