Package | Description |
---|---|
com.eviware.soapui.impl.rest | |
com.eviware.soapui.impl.support | |
com.eviware.soapui.impl.support.http | |
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.submit.transports.http.support.attachments | |
com.eviware.soapui.support.editor.inspectors.attachments |
AttachmentInspector-related classes
|
Modifier and Type | Method and Description |
---|---|
HttpAttachmentPart |
RestRequest.getAttachmentPart(String partName) |
HttpAttachmentPart[] |
RestRequest.getDefinedAttachmentParts() |
Modifier and Type | Method and Description |
---|---|
abstract HttpAttachmentPart |
AbstractHttpRequest.getAttachmentPart(String partName)
Override just to get a better return type
|
Modifier and Type | Method and Description |
---|---|
HttpAttachmentPart |
HttpRequest.getAttachmentPart(String partName) |
HttpAttachmentPart[] |
HttpRequest.getDefinedAttachmentParts() |
Modifier and Type | Method and Description |
---|---|
HttpAttachmentPart |
WsdlRequest.getAttachmentPart(String partName) |
HttpAttachmentPart[] |
WsdlRequest.getDefinedAttachmentParts() |
Modifier and Type | Method and Description |
---|---|
HttpAttachmentPart |
WsdlMockResponse.getAttachmentPart(String partName) |
HttpAttachmentPart[] |
WsdlMockResponse.getDefinedAttachmentParts() |
Modifier and Type | Method and Description |
---|---|
static List<HttpAttachmentPart> |
AttachmentUtils.extractAttachmentParts(WsdlOperation operation,
String messageContent,
boolean addAnonymous,
boolean isResponse,
boolean forceMtom) |
Modifier and Type | Method and Description |
---|---|
static Attachment.AttachmentEncoding |
AttachmentUtils.getAttachmentEncoding(WsdlOperation operation,
HttpAttachmentPart httpAttachmentPart,
boolean isResponse) |
Modifier and Type | Method and Description |
---|---|
HttpAttachmentPart |
AttachmentsInspectorFactory.WsdlMessageExchangeRequestAttachmentsContainer.getAttachmentPart(String partName) |
HttpAttachmentPart |
AttachmentsInspectorFactory.WsdlMessageExchangeResponseAttachmentsContainer.getAttachmentPart(String partName) |
HttpAttachmentPart |
AttachmentsInspectorFactory.ResponseAttachmentsContainer.getAttachmentPart(String partName) |
HttpAttachmentPart |
AttachmentsInspectorFactory.MockRequestAttachmentsContainer.getAttachmentPart(String partName) |
HttpAttachmentPart[] |
AttachmentsInspectorFactory.WsdlMessageExchangeRequestAttachmentsContainer.getDefinedAttachmentParts() |
HttpAttachmentPart[] |
AttachmentsInspectorFactory.WsdlMessageExchangeResponseAttachmentsContainer.getDefinedAttachmentParts() |
HttpAttachmentPart[] |
AttachmentsInspectorFactory.ResponseAttachmentsContainer.getDefinedAttachmentParts() |
HttpAttachmentPart[] |
AttachmentsInspectorFactory.MockRequestAttachmentsContainer.getDefinedAttachmentParts() |
Copyright © 2019. All Rights Reserved.