Package org.glassfish.jersey.spi

Common Jersey service provider contract (SPI) classes.

See:
          Description

Interface Summary
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.
HeaderDelegateProvider<T> A provider that supports the conversion of an HTTP header, of type T, to and from a String.
RequestExecutorsProvider Pluggable provider of executor services used to run Jersey request and response processing code.
ResponseExecutorsProvider Pluggable provider of executor services used to run Jersey request and response processing code.
StringValueReader<T> Read a string value and convert to a Java type.
 

Class Summary
ContentEncoder Standard contract for plugging in content encoding support.
 

Annotation Types Summary
Contract Used to annotate SPI provider contracts recognized by Jersey (in addition to the JAX-RS providers).
StringValueReader.ValidateDefaultValue Declares whether validation of a default value should occur before any value – default or otherwise – is actually required.
 

Package org.glassfish.jersey.spi Description

Common Jersey service provider contract (SPI) classes.



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