Uses of Class
org.glassfish.jersey.internal.ServiceConfigurationError
Packages that use ServiceConfigurationError
Package
Description
Common Jersey internal API classes.
Jersey server-side classes.
-
Uses of ServiceConfigurationError in org.glassfish.jersey.internal
Methods in org.glassfish.jersey.internal that throw ServiceConfigurationErrorModifier and TypeMethodDescriptionprivate static void
private static void
private static void
static <T> ServiceFinder
<T> Locates and incrementally instantiates the available providers of a given service using the context class loader.static <T> ServiceFinder
<T> 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
<?> Locates and incrementally instantiates the available classes of a given service file using the context class loader.private void
ServiceFinder.LazyObjectIterator.handleClassNotFoundException()
boolean
ServiceFinder.AbstractLazyIterator.hasNext()
boolean
ServiceFinder.LazyObjectIterator.hasNext()
Parse the content of the given URL as a provider-configuration file.private static int
ServiceFinder.parseLine
(String serviceName, URL u, BufferedReader r, int lc, List<String> names, Set<String> returned) Parse a single line from the given configuration file, adding the name on the line to both the names list and the returned set iff the name is not already a member of the returned set.T[]
ServiceFinder.toArray()
Returns discovered objects all at once.ServiceFinder.toClassArray()
Returns discovered classes all at once. -
Uses of ServiceConfigurationError in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server that throw ServiceConfigurationErrorModifier and TypeMethodDescriptionprivate static Collection
<RankedProvider<ComponentProvider>> ComponentProviderConfigurator.getRankedComponentProviders()