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.spi Provides support for service providers. 
 

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.spi
StringReader
          Read a string value and convert to a Java type.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.