Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.automation.client.jaxrs.util
Class MultipartInput

java.lang.Object
  extended by javax.mail.Multipart
      extended by javax.mail.internet.MimeMultipart
          extended by org.nuxeo.ecm.automation.client.jaxrs.util.MultipartInput

public class MultipartInput
extends MimeMultipart

Author:
Bogdan Stefanescu

Constructor Summary
MultipartInput()
           
 
Method Summary
 void setBlob(Blob blob)
           
 void setBlobs(List<Blob> blobs)
           
 void setRequest(String content)
           
 
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

MultipartInput

public MultipartInput()
Method Detail

setRequest

public void setRequest(String content)
                throws Exception
Throws:
Exception

setBlob

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

setBlobs

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

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.