Package org.glassfish.jersey.spi

Common Jersey service provider contract (SPI) classes.

See:
          Description

Interface Summary
CloseableService A closeable service to add instances of Closeable that are required to be closed.
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.
ProcessingExecutorsProvider 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.
StringValueReaderProvider Contract for a provider that supports the conversion of a string to a Java type.
 

Annotation Types Summary
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-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.