Uses of Interface
org.glassfish.jersey.internal.ServiceProviders.ServiceListener

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

Uses of ServiceProviders.ServiceListener in org.glassfish.jersey.internal
 

Methods in org.glassfish.jersey.internal with parameters of type ServiceProviders.ServiceListener
<T> void
ServiceProviders.getAll(java.lang.Class<T> providerContract, ServiceProviders.ServiceListener<T> listener)
          Get all provider instances of the requested provider type found both in the internal storage as well as by performing service provider lookup in META-INF/services.
<T> void
ServiceProviders.getCustom(java.lang.Class<T> providerContract, ServiceProviders.ServiceListener<T> listener)
          Get all provider instances of the requested provider type from the list of internally registered provider instances and classes.
 



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