Nuxeo ECM Projects 5.4.3-SNAPSHOT

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 MimeMultipart

Author:
Bogdan Stefanescu

Constructor Summary
MultipartBlobs()
           
MultipartBlobs(List<Blob> blobs)
           
 
Method Summary
 void addBlob(Blob blob)
           
 void addBlobs(List<Blob> blobs)
           
 String getBoundary()
           
 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(List<Blob> blobs)
               throws Exception
Throws:
Exception
Method Detail

addBlobs

public void addBlobs(List<Blob> blobs)
              throws Exception
Throws:
Exception

addBlob

public void addBlob(Blob blob)
             throws Exception
Throws:
Exception

getBoundary

public String getBoundary()

getResponse

public Response getResponse()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.