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.panels.teststeps WsdlTestStep panel classes 
com.eviware.soapui.impl.wsdl.panels.teststeps.amf   
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.submit.transports.jms   
com.eviware.soapui.impl.wsdl.support WSDL-related support classes 
com.eviware.soapui.impl.wsdl.support.soap SOAP-related interfaces and 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.model.support SoapUI model-related support classes 
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 AbstractHttpRequestInterface.importAttachment(Attachment attachment)
           
 Attachment AbstractHttpRequest.importAttachment(Attachment attachment)
           
 

Methods in com.eviware.soapui.impl.support with parameters of type Attachment
 Attachment AbstractHttpRequestInterface.importAttachment(Attachment 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.panels.teststeps
 

Methods in com.eviware.soapui.impl.wsdl.panels.teststeps that return Attachment
 Attachment[] JdbcRequest.getAttachments()
           
 

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

Methods in com.eviware.soapui.impl.wsdl.panels.teststeps.amf that return Attachment
 Attachment[] AMFRequest.getAttachments()
           
 

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
 

Constructors in com.eviware.soapui.impl.wsdl.submit.transports.http.support.attachments with parameters of type Attachment
AttachmentDataSource(Attachment attachment)
           
 

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

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

Methods in com.eviware.soapui.impl.wsdl.submit.transports.jms with parameters of type Attachment
 void JMSResponse.setAttachments(Attachment[] 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
 

Methods in com.eviware.soapui.impl.wsdl.support that return Attachment
 Attachment[] AbstractNonHttpMessageExchange.getRequestAttachments()
           
 Attachment[] AbstractNonHttpMessageExchange.getRequestAttachmentsForPart(java.lang.String partName)
           
 Attachment[] AbstractNonHttpMessageExchange.getResponseAttachments()
           
 Attachment[] AbstractNonHttpMessageExchange.getResponseAttachmentsForPart(java.lang.String partName)
           
 

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

Methods in com.eviware.soapui.impl.wsdl.support.soap with parameters of type Attachment
static WsdlOperation SoapUtils.findOperationForRequest(SoapVersion soapVersion, java.lang.String soapAction, org.apache.xmlbeans.XmlObject requestContent, java.util.List<WsdlOperation> operations, boolean requireSoapVersionMatch, boolean requireSoapActionMatch, Attachment[] attachments)
           
 

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

Methods in com.eviware.soapui.model.support that return Attachment
 Attachment[] AbstractResponse.getAttachments()
           
 Attachment[] AbstractResponse.getAttachmentsForPart(java.lang.String partName)
           
 

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-2010 eviware.com. All Rights Reserved.