Uses of Package
com.sun.ws.rest.spi.service

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

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

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

Classes in com.sun.ws.rest.spi.service used by com.sun.ws.rest.spi.resource
ComponentProvider
          A provider for the instantiation and management of components.
 

Classes in com.sun.ws.rest.spi.service used by com.sun.ws.rest.spi.service
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.