Uses of Package
com.sun.jersey.spi.service

Packages that use com.sun.jersey.spi.service
com.sun.jersey.api.client   
com.sun.jersey.spi.container Classes that define the contract that a container adaptor must implement in order to host API classes. 
com.sun.jersey.spi.inject   
com.sun.jersey.spi.resource Classes that define the contract for a resource provider. 
com.sun.jersey.spi.service Classes used by the SPIs to support dynamic extensions. 
 

Classes in com.sun.jersey.spi.service used by com.sun.jersey.api.client
ComponentProvider
          A provider for the instantiation and management of components.
 

Classes in com.sun.jersey.spi.service used by com.sun.jersey.spi.container
ComponentProvider
          A provider for the instantiation and management of components.
 

Classes in com.sun.jersey.spi.service used by com.sun.jersey.spi.inject
ComponentContext
          A component context providing information to ComponentProvider and InjectableProvider instances on the accessible object and list of annotations associated with component instance to be obtained and/or injected.
ComponentProvider.Scope
          The scope contract for the instantiation of a component.
 

Classes in com.sun.jersey.spi.service used by com.sun.jersey.spi.resource
ComponentContext
          A component context providing information to ComponentProvider and InjectableProvider instances on the accessible object and list of annotations associated with component instance to be obtained and/or injected.
ComponentProvider
          A provider for the instantiation and management of components.
ComponentProvider.Scope
          The scope contract for the instantiation of a component.
 

Classes in com.sun.jersey.spi.service used by com.sun.jersey.spi.service
ComponentContext
          A component context providing information to ComponentProvider and InjectableProvider instances on the accessible object and list of annotations associated with component instance to be obtained and/or injected.
ComponentProvider
          A provider for the instantiation and management of components.
ComponentProvider.Scope
          The scope contract for the instantiation of a component.
ServiceConfigurationError
          Error thrown when something goes wrong while looking up service providers.
ServiceFinder
          A simple service-provider lookup mechanism.