com.eviware.soapui.impl.wsdl.support
Class RequestFileAttachment
java.lang.Object
com.eviware.soapui.impl.wsdl.support.FileAttachment<AbstractHttpRequest<?>>
com.eviware.soapui.impl.wsdl.support.RequestFileAttachment
- All Implemented Interfaces:
- WsdlAttachment, Attachment
- Direct Known Subclasses:
- InfiniteAttachment
public class RequestFileAttachment
- extends FileAttachment<AbstractHttpRequest<?>>
Attachment for a WsdlRequest
- Author:
- ole.matzura
| Methods inherited from class com.eviware.soapui.impl.wsdl.support.FileAttachment |
addExternalDependency, cacheFileLocally, getConfig, getContentEncoding, getContentID, getContentType, getData, getInputStream, getModelItem, getName, getPart, getSize, getUrl, isCached, release, reload, resolve, setContentID, setContentType, setData, setName, setPart, setUrl, updateConfig |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RequestFileAttachment
public RequestFileAttachment(com.eviware.soapui.config.AttachmentConfig config,
AbstractHttpRequestInterface<?> request)
RequestFileAttachment
public RequestFileAttachment(java.io.File file,
boolean cache,
AbstractHttpRequest<?> request)
throws java.io.IOException
- Throws:
java.io.IOException
getEncoding
public Attachment.AttachmentEncoding getEncoding()
getAttachmentType
public Attachment.AttachmentType getAttachmentType()
- Specified by:
getAttachmentType in interface Attachment- Specified by:
getAttachmentType in class FileAttachment<AbstractHttpRequest<?>>
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getId
public java.lang.String getId()
Copyright © 2005-2011 eviware.com. All Rights Reserved.