|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
MessageBodyReader<T> | Contract for a provider that supports the conversion of a stream to a Java type. |
MessageBodyWriter<T> | Contract for a provider that supports the conversion of a Java type to a stream. |
RuntimeDelegate.HeaderDelegate<T> | Defines the contract for a delegate that is responsible for
converting between the String form of a HTTP header and
the corresponding JAX-RS type T . |
Class Summary | |
---|---|
RuntimeDelegate | Implementations of JAX-RS provide a concrete subclass of RuntimeDelegate and various JAX-RS API methods defer to methods of RuntimeDelegate for their functionality. |
Annotation Types Summary | |
---|---|
Provider | Marks an implementation of MessageBodyReader or MessageBodyWriter, an annotated class MUST implement either or both of these interfaces. |
APIs that provide extensions to the types supported by the JAX-RS API.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |