Uses of Package
org.glassfish.jersey.spi

Packages that use org.glassfish.jersey.spi
org.glassfish.jersey.internal Common Jersey internal API classes. 
org.glassfish.jersey.message.internal Common Jersey internal messaging classes. 
org.glassfish.jersey.process Common Jersey processing classes. 
org.glassfish.jersey.spi Common Jersey service provider contract (SPI) classes. 
 

Classes in org.glassfish.jersey.spi used by org.glassfish.jersey.internal
ContextResolvers
          An injectable interface providing look-up for ContextResolver<T> provider instances.
ExceptionMappers
          Provides lookup of ExceptionMapper instances that can be used to map exceptions to responses.
 

Classes in org.glassfish.jersey.spi used by org.glassfish.jersey.message.internal
HeaderDelegateProvider
          A provider that supports the conversion of an HTTP header, of type T, to and from a String.
 

Classes in org.glassfish.jersey.spi used by org.glassfish.jersey.process
ProcessingExecutorsProvider
          Pluggable provider of executor services used to run Jersey request and response processing code.
 

Classes in org.glassfish.jersey.spi used by org.glassfish.jersey.spi
StringValueReader
          Read a string value and convert to a Java type.
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.