com.eviware.soapui.impl.wsdl
Interface AttachmentContainer

All Known Implementing Classes:
WsdlMockResponse, WsdlRequest, WsdlTestRequest

public interface AttachmentContainer


Method Summary
 Attachment attachFile(java.io.File file, boolean cache)
           
 Attachment getAttachmentAt(int index)
           
 int getAttachmentCount()
           
 WsdlAttachmentPart getAttachmentPart(java.lang.String partName)
           
 Attachment[] getAttachments()
           
 Attachment[] getAttachmentsForPart(java.lang.String partName)
           
 WsdlAttachmentPart[] getDefinedAttachmentParts()
           
 boolean isMtomEnabled()
           
 boolean isMultipartEnabled()
           
 void removeAttachment(Attachment attachment)
           
 

Method Detail

attachFile

Attachment attachFile(java.io.File file,
                      boolean cache)

getAttachmentCount

int getAttachmentCount()

getAttachmentAt

Attachment getAttachmentAt(int index)

getAttachmentsForPart

Attachment[] getAttachmentsForPart(java.lang.String partName)

removeAttachment

void removeAttachment(Attachment attachment)

getAttachments

Attachment[] getAttachments()

getDefinedAttachmentParts

WsdlAttachmentPart[] getDefinedAttachmentParts()

getAttachmentPart

WsdlAttachmentPart getAttachmentPart(java.lang.String partName)

isMtomEnabled

boolean isMtomEnabled()

isMultipartEnabled

boolean isMultipartEnabled()


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