com.eviware.soapui.impl.wsdl.submit.transports.http.support.attachments
Class MultipartMessageSupport
java.lang.Object
com.eviware.soapui.impl.wsdl.submit.transports.http.support.attachments.MultipartMessageSupport
public class MultipartMessageSupport
- extends java.lang.Object
Utility class for managing large MultiParts
- Author:
- ole.matzura
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipartMessageSupport
public MultipartMessageSupport(javax.activation.DataSource dataSource,
java.lang.String rootPartId,
AbstractHttpOperation operation,
boolean isRequest,
boolean prettyPrint)
throws javax.mail.MessagingException
- Throws:
javax.mail.MessagingException
setOperation
public void setOperation(WsdlOperation operation)
getAttachments
public Attachment[] getAttachments()
getRootPart
public Attachment getRootPart()
getAttachmentsForPart
public Attachment[] getAttachmentsForPart(java.lang.String partName)
getResponseContent
public java.lang.String getResponseContent()
getContentAsString
public java.lang.String getContentAsString()
setResponseContent
public void setResponseContent(java.lang.String responseContent)
getAttachmentWithContentId
public Attachment getAttachmentWithContentId(java.lang.String contentId)
Copyright © 2005-2009 eviware.com. All Rights Reserved.