Package com.sun.jersey.spi.service

Provides support for services obtained using META-INF/services.

See:
          Description

Class Summary
ServiceFinder<T> A simple service-provider lookup mechanism.
ServiceFinder.DefaultServiceIteratorProvider<T> This class takes care of the default service provider lookup method implementation.
ServiceFinder.ServiceIteratorProvider<T> Should you need to change the default service provider lookup method, you could simply implement your own ServiceIteratorProvider and register it with the ServiceFinder class.
 

Error Summary
ServiceConfigurationError Error thrown when something goes wrong while looking up service providers.
 

Package com.sun.jersey.spi.service Description

Provides support for services obtained using META-INF/services.



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