Uses of Interface
javax.ws.rs.ext.MessageBodyWriter

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

Uses of MessageBodyWriter in javax.ws.rs.ext
 

Methods in javax.ws.rs.ext that return MessageBodyWriter
<T> MessageBodyWriter<T>
Providers.getMessageBodyWriter(Class<T> type, Type genericType, Annotation[] annotations, MediaType mediaType)
          Get a message body writer that matches a set of criteria.
 



Copyright © 2013 Sun Microsystems, Inc. All Rights Reserved.