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

Packages that use Attachment
com.eviware.soapui.impl.support   
com.eviware.soapui.impl.wsdl WSDL 1.1 implementations of soapui model interface 
com.eviware.soapui.impl.wsdl.mock WsdlMockService-related classes 
com.eviware.soapui.impl.wsdl.monitor   
com.eviware.soapui.impl.wsdl.panels.mockoperation WsdlMockOperation panels and related classes 
com.eviware.soapui.impl.wsdl.submit Submit-specific interfaces 
com.eviware.soapui.impl.wsdl.submit.transports.http RequestTransport implementations 
com.eviware.soapui.impl.wsdl.submit.transports.http.support.attachments   
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 ModelItems for Mocking Web Services 
com.eviware.soapui.support.editor.inspectors.attachments AttachmentInspector-related classes 
 

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

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

Methods in com.eviware.soapui.impl.support with parameters of type Attachment
 Attachment AbstractHttpRequest.importAttachment(Attachment attachment)
           
 void AbstractHttpRequest.removeAttachment(Attachment attachment)
           
 

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

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

Methods in com.eviware.soapui.impl.wsdl with parameters of type Attachment
 void MutableAttachmentContainer.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.monitor
 

Methods in com.eviware.soapui.impl.wsdl.monitor that return Attachment
 Attachment[] TcpMonWsdlMonitorMessageExchange.getRequestAttachments()
           
 Attachment[] JProxyServletWsdlMonitorMessageExchange.getRequestAttachments()
           
 Attachment[] TcpMonWsdlMonitorMessageExchange.getResponseAttachments()
           
 Attachment[] JProxyServletWsdlMonitorMessageExchange.getResponseAttachments()
           
 

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[] WsdlMockRequestMessageExchange.getRequestAttachments()
           
 Attachment[] WsdlMockResultMessageExchange.getResponseAttachments()
           
 Attachment[] WsdlMockResponseMessageExchange.getResponseAttachments()
           
 Attachment[] WsdlMockRequestMessageExchange.getResponseAttachments()
           
 

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

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

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

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

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

Classes in com.eviware.soapui.impl.wsdl.submit.transports.http.support.attachments that implement Attachment
 class BodyPartAttachment
          Attachment for a BodyPart
 

Methods in com.eviware.soapui.impl.wsdl.submit.transports.http.support.attachments 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.support.attachments 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.support.attachments with type arguments of type Attachment
static void AttachmentUtils.addMimeParts(AttachmentContainer container, java.util.List<Attachment> attachments, javax.mail.internet.MimeMultipart mp, StringToStringMap contentIds)
          Adds defined attachments as mimeparts
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
          WSDL-specific Attachment behaviour
 

Classes in com.eviware.soapui.impl.wsdl.support that implement Attachment
 class FileAttachment<T extends AbstractWsdlModelItem<?>>
          Attachments cached locally for each request
 class MockFileAttachment
          Attachment for a WsdlMockResponse
 class RequestFileAttachment
          Attachment for a WsdlRequest
 

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[] RestResponseMessageExchange.getRequestAttachments()
           
 Attachment[] RestRequestStepResult.getRequestAttachments()
           
 Attachment[] WsdlTestRequestStepResult.getRequestAttachmentsForPart(java.lang.String partName)
           
 Attachment[] RestRequestStepResult.getRequestAttachmentsForPart(java.lang.String partName)
           
 Attachment[] WsdlTestRequestStepResult.getResponseAttachments()
           
 Attachment[] WsdlResponseMessageExchange.getResponseAttachments()
           
 Attachment[] RestResponseMessageExchange.getResponseAttachments()
           
 Attachment[] RestRequestStepResult.getResponseAttachments()
           
 Attachment[] WsdlTestRequestStepResult.getResponseAttachmentsForPart(java.lang.String partName)
           
 Attachment[] RestRequestStepResult.getResponseAttachmentsForPart(java.lang.String partName)
           
 

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.getRequestAttachmentsForPart(java.lang.String partName)
           
 Attachment[] MessageExchange.getResponseAttachments()
           
 Attachment[] MessageExchange.getResponseAttachmentsForPart(java.lang.String partName)
           
 

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()
           
 

Uses of Attachment in com.eviware.soapui.support.editor.inspectors.attachments
 

Methods in com.eviware.soapui.support.editor.inspectors.attachments that return Attachment
 Attachment AttachmentsTableModel.getAttachmentAt(int rowIndex)
           
 Attachment AttachmentsInspectorFactory.WsdlMessageExchangeRequestAttachmentsContainer.getAttachmentAt(int index)
           
 Attachment AttachmentsInspectorFactory.WsdlMessageExchangeResponseAttachmentsContainer.getAttachmentAt(int index)
           
 Attachment AttachmentsInspectorFactory.ResponseAttachmentsContainer.getAttachmentAt(int index)
           
 Attachment AttachmentsInspectorFactory.MockRequestAttachmentsContainer.getAttachmentAt(int index)
           
 Attachment[] AttachmentsInspectorFactory.WsdlMessageExchangeRequestAttachmentsContainer.getAttachments()
           
 Attachment[] AttachmentsInspectorFactory.WsdlMessageExchangeResponseAttachmentsContainer.getAttachments()
           
 Attachment[] AttachmentsInspectorFactory.ResponseAttachmentsContainer.getAttachments()
           
 Attachment[] AttachmentsInspectorFactory.MockRequestAttachmentsContainer.getAttachments()
           
 Attachment[] AttachmentsInspectorFactory.WsdlMessageExchangeRequestAttachmentsContainer.getAttachmentsForPart(java.lang.String partName)
           
 Attachment[] AttachmentsInspectorFactory.WsdlMessageExchangeResponseAttachmentsContainer.getAttachmentsForPart(java.lang.String partName)
           
 Attachment[] AttachmentsInspectorFactory.ResponseAttachmentsContainer.getAttachmentsForPart(java.lang.String partName)
           
 Attachment[] AttachmentsInspectorFactory.MockRequestAttachmentsContainer.getAttachmentsForPart(java.lang.String partName)
           
 



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