com.eviware.soapui.impl.wsdl.support
Interface WsdlAttachment

All Superinterfaces:
Attachment
All Known Implementing Classes:
FileAttachment, MockFileAttachment, RequestFileAttachment

public interface WsdlAttachment
extends Attachment

WSDL-specific Attachment behaviour

Author:
ole.matzura

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.eviware.soapui.model.iface.Attachment
Attachment.AttachmentEncoding, Attachment.AttachmentType
 
Method Summary
 org.apache.xmlbeans.XmlObject getConfig()
           
 void reload(java.io.File file, boolean cache)
           
 void setContentID(java.lang.String contentID)
           
 void setName(java.lang.String value)
           
 void setUrl(java.lang.String string)
           
 void updateConfig(com.eviware.soapui.config.AttachmentConfig config)
           
 
Methods inherited from interface com.eviware.soapui.model.iface.Attachment
getAttachmentType, getContentID, getContentType, getEncoding, getInputStream, getName, getPart, getSize, getUrl, isCached, setContentType, setPart
 

Method Detail

updateConfig

void updateConfig(com.eviware.soapui.config.AttachmentConfig config)

getConfig

org.apache.xmlbeans.XmlObject getConfig()

setContentID

void setContentID(java.lang.String contentID)

reload

void reload(java.io.File file,
            boolean cache)
            throws java.io.IOException
Throws:
java.io.IOException

setName

void setName(java.lang.String value)

setUrl

void setUrl(java.lang.String string)


Copyright © 2005-2008 eviware.com. All Rights Reserved.