Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.automation.server.jaxrs.io
Class MultipartBlobs

java.lang.Object
  extended by javax.mail.Multipart
      extended by javax.mail.internet.MimeMultipart
          extended by org.nuxeo.ecm.automation.server.jaxrs.io.MultipartBlobs

public class MultipartBlobs
extends javax.mail.internet.MimeMultipart

Author:
Bogdan Stefanescu

Constructor Summary
MultipartBlobs()
           
MultipartBlobs(java.util.List<Blob> blobs)
           
 
Method Summary
 void addBlob(Blob blob)
           
 void addBlobs(java.util.List<Blob> blobs)
           
 java.lang.String getBoundary()
           
 javax.ws.rs.core.Response getResponse()
           
 
Methods inherited from class javax.mail.internet.MimeMultipart
getBodyPart, getBodyPart, getCount, getPreamble, isComplete, setPreamble, setSubType, writeTo
 
Methods inherited from class javax.mail.Multipart
addBodyPart, addBodyPart, getContentType, getParent, removeBodyPart, removeBodyPart, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipartBlobs

public MultipartBlobs()

MultipartBlobs

public MultipartBlobs(java.util.List<Blob> blobs)
               throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

addBlobs

public void addBlobs(java.util.List<Blob> blobs)
              throws java.lang.Exception
Throws:
java.lang.Exception

addBlob

public void addBlob(Blob blob)
             throws java.lang.Exception
Throws:
java.lang.Exception

getBoundary

public java.lang.String getBoundary()

getResponse

public javax.ws.rs.core.Response getResponse()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.