Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.wsdl.support |
WSDL-related support classes
|
Modifier and Type | Method and Description |
---|---|
CompressedStringConfig |
MessageContentAssertionConfig.addNewOriginalMessage()
Appends and returns a new empty "originalMessage" element
|
CompressedStringConfig |
AbstractRequestConfig.addNewRequest()
Appends and returns a new empty "request" element
|
CompressedStringConfig |
BaseMockResponseConfig.addNewResponseContent()
Appends and returns a new empty "responseContent" element
|
CompressedStringConfig |
MessageContentAssertionConfig.getOriginalMessage()
Gets the "originalMessage" element
|
CompressedStringConfig |
AbstractRequestConfig.getRequest()
Gets the "request" element
|
CompressedStringConfig |
BaseMockResponseConfig.getResponseContent()
Gets the "responseContent" element
|
static CompressedStringConfig |
CompressedStringConfig.Factory.newInstance() |
static CompressedStringConfig |
CompressedStringConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static CompressedStringConfig |
CompressedStringConfig.Factory.parse(File file) |
static CompressedStringConfig |
CompressedStringConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static CompressedStringConfig |
CompressedStringConfig.Factory.parse(InputStream is) |
static CompressedStringConfig |
CompressedStringConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static CompressedStringConfig |
CompressedStringConfig.Factory.parse(Node node) |
static CompressedStringConfig |
CompressedStringConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static CompressedStringConfig |
CompressedStringConfig.Factory.parse(Reader r) |
static CompressedStringConfig |
CompressedStringConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static CompressedStringConfig |
CompressedStringConfig.Factory.parse(String xmlAsString) |
static CompressedStringConfig |
CompressedStringConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static CompressedStringConfig |
CompressedStringConfig.Factory.parse(URL u) |
static CompressedStringConfig |
CompressedStringConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static CompressedStringConfig |
CompressedStringConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static CompressedStringConfig |
CompressedStringConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static CompressedStringConfig |
CompressedStringConfig.Factory.parse(XMLStreamReader sr) |
static CompressedStringConfig |
CompressedStringConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
MessageContentAssertionConfig.setOriginalMessage(CompressedStringConfig originalMessage)
Sets the "originalMessage" element
|
void |
AbstractRequestConfig.setRequest(CompressedStringConfig request)
Sets the "request" element
|
void |
BaseMockResponseConfig.setResponseContent(CompressedStringConfig responseContent)
Sets the "responseContent" element
|
Modifier and Type | Class and Description |
---|---|
class |
CompressedStringConfigImpl
An XML CompressedString(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
CompressedStringConfig |
MessageContentAssertionConfigImpl.addNewOriginalMessage()
Appends and returns a new empty "originalMessage" element
|
CompressedStringConfig |
AbstractRequestConfigImpl.addNewRequest()
Appends and returns a new empty "request" element
|
CompressedStringConfig |
BaseMockResponseConfigImpl.addNewResponseContent()
Appends and returns a new empty "responseContent" element
|
CompressedStringConfig |
MessageContentAssertionConfigImpl.getOriginalMessage()
Gets the "originalMessage" element
|
CompressedStringConfig |
AbstractRequestConfigImpl.getRequest()
Gets the "request" element
|
CompressedStringConfig |
BaseMockResponseConfigImpl.getResponseContent()
Gets the "responseContent" element
|
Modifier and Type | Method and Description |
---|---|
void |
MessageContentAssertionConfigImpl.setOriginalMessage(CompressedStringConfig originalMessage)
Sets the "originalMessage" element
|
void |
AbstractRequestConfigImpl.setRequest(CompressedStringConfig request)
Sets the "request" element
|
void |
BaseMockResponseConfigImpl.setResponseContent(CompressedStringConfig responseContent)
Sets the "responseContent" element
|
Modifier and Type | Method and Description |
---|---|
static String |
CompressedStringSupport.getString(CompressedStringConfig compressedStringConfig) |
static void |
CompressedStringSupport.setString(CompressedStringConfig compressedStringConfig,
String value) |
Copyright © 2019. All Rights Reserved.