| Modifier and Type | Method and Description | 
|---|---|
| Attachment | RestMockResponse. attachFile(File file,
          boolean cache) | 
| Attachment | RestMockResponse. getAttachmentAt(int index) | 
| Attachment[] | RestMockResponse. getAttachments() | 
| Attachment[] | RestMockResponse. getAttachmentsForPart(String partName) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RestMockResponse. removeAttachment(Attachment attachment) | 
| Modifier and Type | Method and Description | 
|---|---|
| Attachment | AbstractHttpRequest. attachBinaryData(byte[] data,
                String contentType) | 
| Attachment | AbstractHttpRequest. attachFile(File file,
          boolean cache) | 
| Attachment | AbstractHttpRequest. getAttachmentAt(int index) | 
| Attachment[] | AbstractHttpRequest. getAttachments() | 
| Attachment[] | AbstractHttpRequest. getAttachmentsForPart(String partName) | 
| Attachment[] | AbstractMockRequest. getRequestAttachments() | 
| Attachment | AbstractHttpRequestInterface. importAttachment(Attachment attachment) | 
| Attachment | AbstractHttpRequest. importAttachment(Attachment attachment) | 
| Modifier and Type | Method and Description | 
|---|---|
| Attachment | AbstractHttpRequestInterface. importAttachment(Attachment attachment) | 
| Attachment | AbstractHttpRequest. importAttachment(Attachment attachment) | 
| void | AbstractHttpRequest. removeAttachment(Attachment attachment) | 
| void | AbstractHttpRequest. setAttachmentAt(int index,
               Attachment attachment) | 
| Modifier and Type | Method and Description | 
|---|---|
| Attachment | MutableAttachmentContainer. attachFile(File file,
          boolean cache) | 
| Attachment | AttachmentContainer. getAttachmentAt(int index) | 
| Attachment[] | AttachmentContainer. getAttachments() | 
| Attachment[] | AttachmentContainer. getAttachmentsForPart(String partName) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MutableAttachmentContainer. removeAttachment(Attachment attachment) | 
| Modifier and Type | Method and Description | 
|---|---|
| Attachment | WsdlMockResponse. addAttachment(Attachment attachment) | 
| Attachment | WsdlMockResponse. attachFile(File file,
          boolean cache) | 
| Attachment[] | WsdlMockResponse. getAttachments() | 
| Attachment[] | WsdlMockResponse. getAttachmentsForPart(String partName) | 
| Modifier and Type | Method and Description | 
|---|---|
| Attachment | WsdlMockResponse. addAttachment(Attachment attachment) | 
| void | WsdlMockResponse. removeAttachment(Attachment attachment) | 
| Modifier and Type | Method and Description | 
|---|---|
| Attachment[] | TcpMonWsdlMonitorMessageExchange. getRequestAttachments() | 
| Attachment[] | JProxyServletWsdlMonitorMessageExchange. getRequestAttachments() | 
| Attachment[] | TcpMonWsdlMonitorMessageExchange. getResponseAttachments() | 
| Attachment[] | JProxyServletWsdlMonitorMessageExchange. getResponseAttachments() | 
| Modifier and Type | Method and Description | 
|---|---|
| Attachment[] | WsdlMockResultMessageExchange. getRequestAttachments() | 
| Attachment[] | WsdlMockResponseMessageExchange. getRequestAttachments() | 
| Attachment[] | WsdlMockRequestMessageExchange. getRequestAttachments() | 
| Attachment[] | WsdlMockResultMessageExchange. getResponseAttachments() | 
| Attachment[] | WsdlMockResponseMessageExchange. getResponseAttachments() | 
| Attachment[] | WsdlMockRequestMessageExchange. getResponseAttachments() | 
| Modifier and Type | Method and Description | 
|---|---|
| Attachment[] | JdbcRequest. getAttachments() | 
| Modifier and Type | Method and Description | 
|---|---|
| Attachment[] | AMFRequest. getAttachments() | 
| Modifier and Type | Method and Description | 
|---|---|
| Attachment[] | AbstractWsdlMessageExchange. getRequestAttachmentsForPart(String name) | 
| Attachment[] | AbstractRestMessageExchange. getRequestAttachmentsForPart(String name) | 
| Attachment[] | AbstractWsdlMessageExchange. getResponseAttachmentsForPart(String name) | 
| Attachment[] | AbstractRestMessageExchange. getResponseAttachmentsForPart(String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| Attachment | HTMLPageSourceDownloader. createAttachment(byte[] bytes,
                URL url,
                Request request) | 
| Attachment[] | BaseHttpResponse. getAttachments() | 
| Attachment[] | BaseHttpResponse. getAttachmentsForPart(String partName) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected List<Attachment> | HTMLPageSourceDownloader. downloadCssAndImages(String endpoint,
                    HttpRequest request) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BodyPartAttachmentAttachment for a BodyPart | 
| Modifier and Type | Method and Description | 
|---|---|
| Attachment[] | MultipartMessageSupport. getAttachments() | 
| Attachment[] | MimeMessageResponse. getAttachments() | 
| Attachment[] | MultipartMessageSupport. getAttachmentsForPart(String partName) | 
| Attachment[] | MimeMessageResponse. getAttachmentsForPart(String partName) | 
| Attachment | MultipartMessageSupport. getAttachmentWithContentId(String contentId) | 
| Attachment | MultipartMessageSupport. getRootPart() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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) | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | AttachmentUtils. addMimeParts(AttachmentContainer container,
            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,
                      List<Attachment> attachments)Adds a mulitpart MimeBodyPart from an array of attachments | 
| Constructor and Description | 
|---|
| AttachmentDataSource(Attachment attachment) | 
| Modifier and Type | Method and Description | 
|---|---|
| Attachment[] | JMSResponse. getAttachments() | 
| Attachment[] | JMSResponse. getAttachmentsForPart(String partName) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | JMSResponse. setAttachments(Attachment[] attachments) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | WsdlAttachmentWSDL-specific Attachment behaviour | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | FileAttachment<T extends AbstractWsdlModelItem<?>>Attachments cached locally for each request | 
| class  | MockFileAttachmentAttachment for a WsdlMockResponse | 
| class  | RequestFileAttachmentAttachment for a WsdlRequest | 
| Modifier and Type | Method and Description | 
|---|---|
| Attachment[] | AbstractNonHttpMessageExchange. getRequestAttachments() | 
| Attachment[] | AbstractNonHttpMessageExchange. getRequestAttachmentsForPart(String partName) | 
| Attachment[] | AbstractNonHttpMessageExchange. getResponseAttachments() | 
| Attachment[] | AbstractNonHttpMessageExchange. getResponseAttachmentsForPart(String partName) | 
| Modifier and Type | Method and Description | 
|---|---|
| static WsdlOperation | SoapUtils. findOperationForRequest(SoapVersion soapVersion,
                       String soapAction,
                       org.apache.xmlbeans.XmlObject requestContent,
                       List<WsdlOperation> operations,
                       boolean requireSoapVersionMatch,
                       boolean requireSoapActionMatch,
                       Attachment[] attachments) | 
| Modifier and Type | Method and Description | 
|---|---|
| Attachment[] | Response. getAttachments() | 
| Attachment[] | Request. getAttachments() | 
| Attachment[] | Response. getAttachmentsForPart(String partName) | 
| Attachment[] | MessageExchange. getRequestAttachments() | 
| Attachment[] | MessageExchange. getRequestAttachmentsForPart(String partName) | 
| Attachment[] | MessageExchange. getResponseAttachments() | 
| Attachment[] | MessageExchange. getResponseAttachmentsForPart(String partName) | 
| Modifier and Type | Method and Description | 
|---|---|
| Attachment[] | MockResponse. getAttachments() | 
| Attachment[] | MockRequest. getRequestAttachments() | 
| Modifier and Type | Method and Description | 
|---|---|
| Attachment[] | AbstractResponse. getAttachments() | 
| Attachment[] | AbstractResponse. getAttachmentsForPart(String partName) | 
| Modifier and Type | Method and Description | 
|---|---|
| Attachment[] | BaseResponse. getAttachments() | 
| Attachment[] | BaseResponse. getAttachmentsForPart(String partName) | 
| Modifier and Type | Method and Description | 
|---|---|
| Attachment[] | FailedSecurityMessageExchange. getRequestAttachments() | 
| Attachment[] | FailedSecurityMessageExchange. getRequestAttachmentsForPart(String partName) | 
| Attachment[] | FailedSecurityMessageExchange. getResponseAttachments() | 
| Attachment[] | FailedSecurityMessageExchange. getResponseAttachmentsForPart(String partName) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MaliciousAttachmentFilesListForm. setData(Attachment[] attachments) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InfiniteAttachment | 
| Modifier and Type | Method and Description | 
|---|---|
| Attachment | AttachmentElement. getAttachment() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AttachmentElement. setAttachment(Attachment attachment) | 
| Constructor and Description | 
|---|
| AttachmentElement(Attachment attachment,
                 String id) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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(String partName) | 
| Attachment[] | AttachmentsInspectorFactory.WsdlMessageExchangeResponseAttachmentsContainer. getAttachmentsForPart(String partName) | 
| Attachment[] | AttachmentsInspectorFactory.ResponseAttachmentsContainer. getAttachmentsForPart(String partName) | 
| Attachment[] | AttachmentsInspectorFactory.MockRequestAttachmentsContainer. getAttachmentsForPart(String partName) | 
Copyright © 2019. All Rights Reserved.