Class BlobsWriter
java.lang.Object
org.nuxeo.ecm.automation.jaxrs.io.documents.BlobsWriter
- All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyWriter<MultipartBlobs>
@Provider
public class BlobsWriter
extends Object
implements javax.ws.rs.ext.MessageBodyWriter<MultipartBlobs>
- Author:
- Bogdan Stefanescu
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
getSize
(MultipartBlobs arg0, Class<?> arg1, Type arg2, Annotation[] arg3, javax.ws.rs.core.MediaType arg4) boolean
isWriteable
(Class<?> arg0, Type type, Annotation[] arg2, javax.ws.rs.core.MediaType arg3) void
writeTo
(MultipartBlobs blobs, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream)
-
Constructor Details
-
BlobsWriter
public BlobsWriter()
-
-
Method Details
-
writeTo
public void writeTo(MultipartBlobs blobs, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String, Object> httpHeaders, OutputStream entityStream) throws IOException- Specified by:
writeTo
in interfacejavax.ws.rs.ext.MessageBodyWriter<MultipartBlobs>
- Throws:
IOException
-
getSize
public long getSize(MultipartBlobs arg0, Class<?> arg1, Type arg2, Annotation[] arg3, javax.ws.rs.core.MediaType arg4) - Specified by:
getSize
in interfacejavax.ws.rs.ext.MessageBodyWriter<MultipartBlobs>
-
isWriteable
public boolean isWriteable(Class<?> arg0, Type type, Annotation[] arg2, javax.ws.rs.core.MediaType arg3) - Specified by:
isWriteable
in interfacejavax.ws.rs.ext.MessageBodyWriter<MultipartBlobs>
-