com.eviware.soapui.model.iface
Interface Attachment
- All Known Subinterfaces:
- WsdlAttachment
- All Known Implementing Classes:
- BodyPartAttachment, FileAttachment, MockFileAttachment, RequestFileAttachment
public interface Attachment
Attachment for Requests and their responses
- Author:
- Ole.Matzura
getName
java.lang.String getName()
getContentType
java.lang.String getContentType()
setContentType
void setContentType(java.lang.String contentType)
getSize
long getSize()
getPart
java.lang.String getPart()
setPart
void setPart(java.lang.String part)
getInputStream
java.io.InputStream getInputStream()
throws java.lang.Exception
- Throws:
java.lang.Exception
getUrl
java.lang.String getUrl()
isCached
boolean isCached()
getAttachmentType
Attachment.AttachmentType getAttachmentType()
getContentID
java.lang.String getContentID()
getEncoding
Attachment.AttachmentEncoding getEncoding()
Copyright © 2005-2008 eviware.com. All Rights Reserved.