Uses of Interface
com.eviware.soapui.model.iface.Attachment

Packages that use Attachment
com.eviware.soapui.impl.wsdl WSDL 1.1 implementations of soapui model interface 
com.eviware.soapui.impl.wsdl.mock   
com.eviware.soapui.impl.wsdl.panels.attachments   
com.eviware.soapui.impl.wsdl.panels.mockoperation   
com.eviware.soapui.impl.wsdl.submit Submit-specific interfaces 
com.eviware.soapui.impl.wsdl.submit.transports.http RequestTransport implementations 
com.eviware.soapui.impl.wsdl.support WSDL-related support classes 
com.eviware.soapui.impl.wsdl.teststeps WsdlTestStep implementations 
com.eviware.soapui.model.iface Interface-related model items 
com.eviware.soapui.model.mock   
 

Uses of Attachment in com.eviware.soapui.impl.wsdl
 

Methods in com.eviware.soapui.impl.wsdl that return Attachment
 Attachment WsdlRequest.attachFile(java.io.File file, boolean cache)
           
 Attachment AttachmentContainer.attachFile(java.io.File file, boolean cache)
           
 Attachment WsdlRequest.getAttachmentAt(int index)
           
 Attachment AttachmentContainer.getAttachmentAt(int index)
           
 Attachment[] WsdlRequest.getAttachments()
           
 Attachment[] AttachmentContainer.getAttachments()
           
 Attachment[] WsdlRequest.getAttachmentsForPart(java.lang.String partName)
           
 Attachment[] AttachmentContainer.getAttachmentsForPart(java.lang.String partName)
           
 

Methods in com.eviware.soapui.impl.wsdl with parameters of type Attachment
 void WsdlRequest.removeAttachment(Attachment attachment)
           
 void AttachmentContainer.removeAttachment(Attachment attachment)
           
 

Uses of Attachment in com.eviware.soapui.impl.wsdl.mock
 

Methods in com.eviware.soapui.impl.wsdl.mock that return Attachment
 Attachment WsdlMockResponse.addAttachment(Attachment attachment)
           
 Attachment WsdlMockResponse.attachFile(java.io.File file, boolean cache)
           
 Attachment[] WsdlMockResponse.getAttachments()
           
 Attachment[] WsdlMockResponse.getAttachmentsForPart(java.lang.String partName)
           
 Attachment[] WsdlMockRequest.getRequestAttachments()
           
 

Methods in com.eviware.soapui.impl.wsdl.mock with parameters of type Attachment
 Attachment WsdlMockResponse.addAttachment(Attachment attachment)
           
 void WsdlMockResponse.removeAttachment(Attachment attachment)
           
 

Uses of Attachment in com.eviware.soapui.impl.wsdl.panels.attachments
 

Methods in com.eviware.soapui.impl.wsdl.panels.attachments that return Attachment
 Attachment RequestAttachmentTableModel.getAttachmentAt(int rowIndex)
           
 Attachment MockAttachmentTableModel.getAttachmentAt(int rowIndex)
           
 

Uses of Attachment in com.eviware.soapui.impl.wsdl.panels.mockoperation
 

Methods in com.eviware.soapui.impl.wsdl.panels.mockoperation that return Attachment
 Attachment[] WsdlMockResultMessageExchange.getRequestAttachments()
           
 Attachment[] WsdlMockResponseMessageExchange.getRequestAttachments()
           
 Attachment[] WsdlMockResultMessageExchange.getResponseAttachments()
           
 Attachment[] WsdlMockResponseMessageExchange.getResponseAttachments()
           
 

Uses of Attachment in com.eviware.soapui.impl.wsdl.submit
 

Methods in com.eviware.soapui.impl.wsdl.submit that return Attachment
 Attachment[] WsdlMessageExchange.getRequestAttachmentsForPart(java.lang.String name)
           
 Attachment[] WsdlMessageExchange.getResponseAttachmentsForPart(java.lang.String name)
           
 

Uses of Attachment in com.eviware.soapui.impl.wsdl.submit.transports.http
 

Classes in com.eviware.soapui.impl.wsdl.submit.transports.http that implement Attachment
 class BodyPartAttachment
           
 

Methods in com.eviware.soapui.impl.wsdl.submit.transports.http that return Attachment
 Attachment[] MultipartMessageSupport.getAttachments()
           
 Attachment[] MimeMessageResponse.getAttachments()
           
 Attachment[] MultipartMessageSupport.getAttachmentsForPart(java.lang.String partName)
           
 Attachment[] MimeMessageResponse.getAttachmentsForPart(java.lang.String partName)
           
 Attachment MultipartMessageSupport.getAttachmentWithContentId(java.lang.String contentId)
           
 Attachment MultipartMessageSupport.getRootPart()
           
 

Methods in com.eviware.soapui.impl.wsdl.submit.transports.http with parameters of type Attachment
static void AttachmentUtils.addSingleAttachment(javax.mail.internet.MimeMultipart mp, StringToStringMap contentIds, Attachment att)
          Adds a simple MimeBodyPart from an attachment
static void AttachmentUtils.initPartContentId(StringToStringMap contentIds, javax.mail.internet.MimeBodyPart part, Attachment attachment, boolean isMultipart)
           
 

Method parameters in com.eviware.soapui.impl.wsdl.submit.transports.http with type arguments of type Attachment
static void AttachmentUtils.addMultipartAttachment(javax.mail.internet.MimeMultipart mp, StringToStringMap contentIds, java.util.List<Attachment> attachments)
          Adds a mulitpart MimeBodyPart from an array of attachments
 

Uses of Attachment in com.eviware.soapui.impl.wsdl.support
 

Subinterfaces of Attachment in com.eviware.soapui.impl.wsdl.support
 interface WsdlAttachment
           
 

Classes in com.eviware.soapui.impl.wsdl.support that implement Attachment
 class FileAttachment
          Attachments cached locally for each request
 class MockFileAttachment
          Attachments cached locally for each request
 class RequestFileAttachment
           
 

Uses of Attachment in com.eviware.soapui.impl.wsdl.teststeps
 

Methods in com.eviware.soapui.impl.wsdl.teststeps that return Attachment
 Attachment[] WsdlTestRequestStepResult.getRequestAttachments()
           
 Attachment[] WsdlResponseMessageExchange.getRequestAttachments()
           
 Attachment[] WsdlTestRequestStepResult.getResponseAttachments()
           
 Attachment[] WsdlResponseMessageExchange.getResponseAttachments()
           
 

Uses of Attachment in com.eviware.soapui.model.iface
 

Methods in com.eviware.soapui.model.iface that return Attachment
 Attachment[] Response.getAttachments()
           
 Attachment[] Request.getAttachments()
           
 Attachment[] Response.getAttachmentsForPart(java.lang.String partName)
           
 Attachment[] MessageExchange.getRequestAttachments()
           
 Attachment[] MessageExchange.getResponseAttachments()
           
 

Uses of Attachment in com.eviware.soapui.model.mock
 

Methods in com.eviware.soapui.model.mock that return Attachment
 Attachment[] MockResponse.getAttachments()
           
 Attachment[] MockRequest.getRequestAttachments()
           
 



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