org.nuxeo.ecm.automation.server.jaxrs.io.writers
Class BlobsWriter
java.lang.Object
org.nuxeo.ecm.automation.server.jaxrs.io.writers.BlobsWriter
- All Implemented Interfaces:
- MessageBodyWriter<MultipartBlobs>
@Provider
public class BlobsWriter
- extends Object
- implements MessageBodyWriter<MultipartBlobs>
- Author:
- Bogdan Stefanescu
Method Summary |
long |
getSize(MultipartBlobs arg0,
Class<?> arg1,
Type arg2,
Annotation[] arg3,
MediaType arg4)
|
boolean |
isWriteable(Class<?> arg0,
Type type,
Annotation[] arg2,
MediaType arg3)
|
void |
writeTo(MultipartBlobs blobs,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream)
|
BlobsWriter
public BlobsWriter()
writeTo
public void writeTo(MultipartBlobs blobs,
Class<?> type,
Type genericType,
Annotation[] annotations,
MediaType mediaType,
MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream)
throws IOException
- Specified by:
writeTo
in interface MessageBodyWriter<MultipartBlobs>
- Throws:
IOException
getSize
public long getSize(MultipartBlobs arg0,
Class<?> arg1,
Type arg2,
Annotation[] arg3,
MediaType arg4)
- Specified by:
getSize
in interface MessageBodyWriter<MultipartBlobs>
isWriteable
public boolean isWriteable(Class<?> arg0,
Type type,
Annotation[] arg2,
MediaType arg3)
- Specified by:
isWriteable
in interface MessageBodyWriter<MultipartBlobs>
Copyright © 2011 Nuxeo SAS. All Rights Reserved.