Uses of Package
com.sun.jersey.spi

Packages that use com.sun.jersey.spi
com.sun.jersey.api.client Provides support for client-side communication with HTTP-based RESTful Web services. 
com.sun.jersey.core.impl.provider.entity   
com.sun.jersey.core.impl.provider.header   
com.sun.jersey.core.spi.factory Provides support for factories of particular component types. 
com.sun.jersey.multipart.impl   
com.sun.jersey.server.impl.application   
com.sun.jersey.server.impl.model.parameter.multivalued   
com.sun.jersey.spi Provides support for service providers. 
com.sun.jersey.spi.container Provides support for containers and the web application that manages resource classes. 
 

Classes in com.sun.jersey.spi used by com.sun.jersey.api.client
MessageBodyWorkers
          An injectable interface providing lookup of MessageBodyReader and MessageBodyWriter instances.
 

Classes in com.sun.jersey.spi used by com.sun.jersey.core.impl.provider.entity
MessageBodyWorkers
          An injectable interface providing lookup of MessageBodyReader and MessageBodyWriter instances.
 

Classes in com.sun.jersey.spi used by com.sun.jersey.core.impl.provider.header
HeaderDelegateProvider
          A provider that supports the conversion of an HTTP header, of type T, to and from a String.
 

Classes in com.sun.jersey.spi used by com.sun.jersey.core.spi.factory
MessageBodyWorkers
          An injectable interface providing lookup of MessageBodyReader and MessageBodyWriter instances.
 

Classes in com.sun.jersey.spi used by com.sun.jersey.multipart.impl
CloseableService
          A closeable service to add instances of Closeable that are required to be closed.
 

Classes in com.sun.jersey.spi used by com.sun.jersey.server.impl.application
CloseableService
          A closeable service to add instances of Closeable that are required to be closed.
MessageBodyWorkers
          An injectable interface providing lookup of MessageBodyReader and MessageBodyWriter instances.
 

Classes in com.sun.jersey.spi used by com.sun.jersey.server.impl.model.parameter.multivalued
StringReader
          Read a string value and convert to a Java type.
StringReaderProvider
          Contract for a provider that supports the conversion of a string to a Java type.
StringReaderWorkers
          An injectable interface providing lookup of StringReader instances.
 

Classes in com.sun.jersey.spi used by com.sun.jersey.spi
StringReader
          Read a string value and convert to a Java type.
 

Classes in com.sun.jersey.spi used by com.sun.jersey.spi.container
MessageBodyWorkers
          An injectable interface providing lookup of MessageBodyReader and MessageBodyWriter instances.
 



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