Package com.sun.jersey.spi.service

Provides support for services and components.

See:
          Description

Interface Summary
ComponentContext A component context providing information to ComponentProvider and InjectableProvider instances on the accessible object and list of annotations associated with the component instance to be obtained and/or injected.
ComponentProvider A provider for the instantiation and management of components.
 

Class Summary
ComponentConstructor A class that may be used to obtain the most appropriate constructor (with injectables) for a component.
ComponentConstructor.ConstructorComparator<T>  
ComponentConstructor.ConstructorInjectablePair<T> A tuple of a constructor and the list of injectables associated with the parameters of the constructor.
ServiceFinder<T> A simple service-provider lookup mechanism.
 

Enum Summary
ComponentProvider.Scope The scope contract for the instantiation of a component.
 

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 and components.



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