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

Packages that use com.sun.jersey.spi.service
com.sun.jersey.api.client Provides support for client-side communication with HTTP-based RESTful Web services. 
com.sun.jersey.spi.container Provides support for containers and the web application that manages resource classes. 
com.sun.jersey.spi.inject Provides support for injection onto resource and provider classes. 
com.sun.jersey.spi.resource Provides support for plugable life-cycle declaration and implementation. 
com.sun.jersey.spi.service Provides support for services and components. 
 

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 the 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
ComponentConstructor
          A class that may be used to obtain the most appropriate constructor (with injectables) for a component.
ComponentConstructor.ConstructorInjectablePair
          A tuple of a constructor and the list of injectables associated with the parameters of the constructor.
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
ComponentConstructor.ConstructorInjectablePair
          A tuple of a constructor and the list of injectables associated with the parameters of the constructor.
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.
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.
 



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