com.eviware.soapui.impl.wsdl
Interface WsdlAttachmentContainer

All Superinterfaces:
AttachmentContainer
All Known Subinterfaces:
MutableWsdlAttachmentContainer
All Known Implementing Classes:
WsdlMockResponse, WsdlRequest, WsdlTestRequest

public interface WsdlAttachmentContainer
extends AttachmentContainer


Field Summary
 
Fields inherited from interface com.eviware.soapui.impl.wsdl.AttachmentContainer
ATTACHMENTS_PROPERTY
 
Method Summary
 Attachment.AttachmentEncoding getAttachmentEncoding(java.lang.String partName)
           
 boolean isEncodeAttachments()
           
 boolean isInlineFilesEnabled()
           
 boolean isMtomEnabled()
           
 
Methods inherited from interface com.eviware.soapui.impl.wsdl.AttachmentContainer
addAttachmentsChangeListener, getAttachmentAt, getAttachmentCount, getAttachmentPart, getAttachments, getAttachmentsForPart, getDefinedAttachmentParts, getModelItem, isMultipartEnabled, removeAttachmentsChangeListener
 

Method Detail

isMtomEnabled

boolean isMtomEnabled()

isInlineFilesEnabled

boolean isInlineFilesEnabled()

isEncodeAttachments

boolean isEncodeAttachments()

getAttachmentEncoding

Attachment.AttachmentEncoding getAttachmentEncoding(java.lang.String partName)


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