Package com.sun.jersey.spi

Provides support for service providers.

See:
          Description

Interface Summary
CloseableService A closeable service to add instances of Closeable that are required to be closed.
HeaderDelegateProvider<T> A provider that supports the conversion of an HTTP header, of type T, to and from a String.
MessageBodyWorkers An injectable interface providing lookup of MessageBodyReader and MessageBodyWriter instances.
StringReader<T> Read a string value and convert to a Java type.
StringReaderProvider<T> Contract for a provider that supports the conversion of a string to a Java type.
StringReaderWorkers An injectable interface providing lookup of StringReader instances.
 

Annotation Types Summary
StringReader.ValidateDefaultValue Declares whether validation of a default value should occur before any value, default or otherwise, is actually required.
 

Package com.sun.jersey.spi Description

Provides support for service providers.



Copyright © 2010 Oracle Corporation. All Rights Reserved.