Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.wsdl.support |
WSDL-related support classes
|
com.eviware.soapui.security.tools |
Modifier and Type | Method and Description |
---|---|
AttachmentConfig |
BaseMockResponseConfig.addNewAttachment()
Appends and returns a new empty value (as xml) as the last "attachment" element
|
AttachmentConfig |
AbstractRequestConfig.addNewAttachment()
Appends and returns a new empty value (as xml) as the last "attachment" element
|
AttachmentConfig[] |
BaseMockResponseConfig.getAttachmentArray()
Deprecated.
|
AttachmentConfig[] |
AbstractRequestConfig.getAttachmentArray()
Deprecated.
|
AttachmentConfig |
BaseMockResponseConfig.getAttachmentArray(int i)
Gets ith "attachment" element
|
AttachmentConfig |
AbstractRequestConfig.getAttachmentArray(int i)
Gets ith "attachment" element
|
AttachmentConfig |
BaseMockResponseConfig.insertNewAttachment(int i)
Inserts and returns a new empty value (as xml) as the ith "attachment" element
|
AttachmentConfig |
AbstractRequestConfig.insertNewAttachment(int i)
Inserts and returns a new empty value (as xml) as the ith "attachment" element
|
static AttachmentConfig |
AttachmentConfig.Factory.newInstance() |
static AttachmentConfig |
AttachmentConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static AttachmentConfig |
AttachmentConfig.Factory.parse(File file) |
static AttachmentConfig |
AttachmentConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static AttachmentConfig |
AttachmentConfig.Factory.parse(InputStream is) |
static AttachmentConfig |
AttachmentConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static AttachmentConfig |
AttachmentConfig.Factory.parse(Node node) |
static AttachmentConfig |
AttachmentConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static AttachmentConfig |
AttachmentConfig.Factory.parse(Reader r) |
static AttachmentConfig |
AttachmentConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static AttachmentConfig |
AttachmentConfig.Factory.parse(String xmlAsString) |
static AttachmentConfig |
AttachmentConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static AttachmentConfig |
AttachmentConfig.Factory.parse(URL u) |
static AttachmentConfig |
AttachmentConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static AttachmentConfig |
AttachmentConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static AttachmentConfig |
AttachmentConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static AttachmentConfig |
AttachmentConfig.Factory.parse(XMLStreamReader sr) |
static AttachmentConfig |
AttachmentConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<AttachmentConfig> |
BaseMockResponseConfig.getAttachmentList()
Gets a List of "attachment" elements
|
List<AttachmentConfig> |
AbstractRequestConfig.getAttachmentList()
Gets a List of "attachment" elements
|
Modifier and Type | Method and Description |
---|---|
void |
BaseMockResponseConfig.setAttachmentArray(AttachmentConfig[] attachmentArray)
Sets array of all "attachment" element
|
void |
AbstractRequestConfig.setAttachmentArray(AttachmentConfig[] attachmentArray)
Sets array of all "attachment" element
|
void |
BaseMockResponseConfig.setAttachmentArray(int i,
AttachmentConfig attachment)
Sets ith "attachment" element
|
void |
AbstractRequestConfig.setAttachmentArray(int i,
AttachmentConfig attachment)
Sets ith "attachment" element
|
Modifier and Type | Class and Description |
---|---|
class |
AttachmentConfigImpl
An XML Attachment(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
AttachmentConfig |
BaseMockResponseConfigImpl.addNewAttachment()
Appends and returns a new empty value (as xml) as the last "attachment" element
|
AttachmentConfig |
AbstractRequestConfigImpl.addNewAttachment()
Appends and returns a new empty value (as xml) as the last "attachment" element
|
AttachmentConfig[] |
BaseMockResponseConfigImpl.getAttachmentArray()
Deprecated.
|
AttachmentConfig[] |
AbstractRequestConfigImpl.getAttachmentArray()
Deprecated.
|
AttachmentConfig |
BaseMockResponseConfigImpl.getAttachmentArray(int i)
Gets ith "attachment" element
|
AttachmentConfig |
AbstractRequestConfigImpl.getAttachmentArray(int i)
Gets ith "attachment" element
|
AttachmentConfig |
BaseMockResponseConfigImpl.insertNewAttachment(int i)
Inserts and returns a new empty value (as xml) as the ith "attachment" element
|
AttachmentConfig |
AbstractRequestConfigImpl.insertNewAttachment(int i)
Inserts and returns a new empty value (as xml) as the ith "attachment" element
|
Modifier and Type | Method and Description |
---|---|
List<AttachmentConfig> |
BaseMockResponseConfigImpl.getAttachmentList()
Gets a List of "attachment" elements
|
List<AttachmentConfig> |
AbstractRequestConfigImpl.getAttachmentList()
Gets a List of "attachment" elements
|
Modifier and Type | Method and Description |
---|---|
void |
BaseMockResponseConfigImpl.setAttachmentArray(AttachmentConfig[] attachmentArray)
Sets array of all "attachment" element
|
void |
AbstractRequestConfigImpl.setAttachmentArray(AttachmentConfig[] attachmentArray)
Sets array of all "attachment" element
|
void |
BaseMockResponseConfigImpl.setAttachmentArray(int i,
AttachmentConfig attachment)
Sets ith "attachment" element
|
void |
AbstractRequestConfigImpl.setAttachmentArray(int i,
AttachmentConfig attachment)
Sets ith "attachment" element
|
Modifier and Type | Method and Description |
---|---|
AttachmentConfig |
FileAttachment.getConfig() |
Modifier and Type | Method and Description |
---|---|
void |
WsdlAttachment.updateConfig(AttachmentConfig config) |
void |
FileAttachment.updateConfig(AttachmentConfig config) |
Constructor and Description |
---|
FileAttachment(T modelItem,
AttachmentConfig config) |
FileAttachment(T modelItem,
File file,
boolean cache,
AttachmentConfig config) |
MockFileAttachment(AttachmentConfig config,
WsdlMockResponse mockResponse) |
RequestFileAttachment(AttachmentConfig config,
AbstractHttpRequestInterface<?> request) |
Constructor and Description |
---|
InfiniteAttachment(AttachmentConfig config,
AbstractHttpRequestInterface<?> request,
long maxSize) |
Copyright © 2019. All Rights Reserved.