Uses of Package
javax.ws.rs.ext

Packages that use javax.ws.rs.ext
javax.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API. 
 

Classes in javax.ws.rs.ext used by javax.ws.rs.ext
MessageBodyReader
          Contract for a provider that supports the conversion of a stream to a Java type.
MessageBodyWriter
          Contract for a provider that supports the conversion of a Java type to a stream.
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.
RuntimeDelegate.HeaderDelegate
          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.
 



Copyright © 2008. All Rights Reserved.