public class StaticContentMarshaller extends Object implements Marshaller<StaticContent>
StaticContent and vice versa.FORMAT_OUTPUT| Constructor and Description |
|---|
StaticContentMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
void |
marshal(StaticContent value, OutputStream out, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders)
Write the specified object into the given stream.
|
StaticContent |
unmarshal(InputStream in, javax.ws.rs.core.MediaType mediaType)
Read an object from the specified stream.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmarshalAsFragmentpublic void marshal(StaticContent value, OutputStream out, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders) throws IOException
Marshallermarshal in interface Marshaller<StaticContent>value - object to marshallout - the OutputStream for the HTTP entity. The implementation should not close the output stream.httpHeaders - a mutable map of the HTTP message headers.IOException - if an error occurs during marshallingpublic StaticContent unmarshal(InputStream in, javax.ws.rs.core.MediaType mediaType) throws IOException
Marshallerunmarshal in interface Marshaller<StaticContent>in - stream to read frommediaType - the media type of the object to readIOException - if an error occurs during unmarshalling