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

Packages that use com.sun.jersey.spi.service
com.sun.jersey.spi.inject Provides support for injection onto resource and provider classes. 
com.sun.jersey.spi.service Provides support for services and 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.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.