Class BlobWriter

java.lang.Object
org.nuxeo.ecm.webengine.model.io.BlobWriter
All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyWriter<Blob>

@Provider public class BlobWriter extends Object implements javax.ws.rs.ext.MessageBodyWriter<Blob>
Author:
Bogdan Stefanescu
  • Field Details

  • Constructor Details

    • BlobWriter

      public BlobWriter()
  • Method Details

    • writeTo

      public void writeTo(Blob blob, 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 interface javax.ws.rs.ext.MessageBodyWriter<Blob>
      Throws:
      IOException
    • commitAndReopenTransaction

      protected void commitAndReopenTransaction()
    • transferBlob

      protected void transferBlob(Blob blob, OutputStream entityStream) throws IOException
      Throws:
      IOException
    • getSize

      public long getSize(Blob arg0, Class<?> arg1, Type arg2, Annotation[] arg3, javax.ws.rs.core.MediaType arg4)
      Specified by:
      getSize in interface javax.ws.rs.ext.MessageBodyWriter<Blob>
    • isWriteable

      public boolean isWriteable(Class<?> arg0, Type type, Annotation[] arg2, javax.ws.rs.core.MediaType arg3)
      Specified by:
      isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<Blob>