Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Method and Description |
---|---|
TestOnDemandCommandConfig |
TestOnDemandUploadBodyConfig.addNewCommand()
Appends and returns a new empty "Command" element
|
TestOnDemandCommandConfig |
TestOnDemandLocationBodyConfig.addNewCommand()
Appends and returns a new empty "Command" element
|
TestOnDemandCommandConfig |
TestOnDemandUploadBodyConfig.getCommand()
Gets the "Command" element
|
TestOnDemandCommandConfig |
TestOnDemandLocationBodyConfig.getCommand()
Gets the "Command" element
|
static TestOnDemandCommandConfig |
TestOnDemandCommandConfig.Factory.newInstance() |
static TestOnDemandCommandConfig |
TestOnDemandCommandConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TestOnDemandCommandConfig |
TestOnDemandCommandConfig.Factory.parse(File file) |
static TestOnDemandCommandConfig |
TestOnDemandCommandConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TestOnDemandCommandConfig |
TestOnDemandCommandConfig.Factory.parse(InputStream is) |
static TestOnDemandCommandConfig |
TestOnDemandCommandConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TestOnDemandCommandConfig |
TestOnDemandCommandConfig.Factory.parse(Node node) |
static TestOnDemandCommandConfig |
TestOnDemandCommandConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TestOnDemandCommandConfig |
TestOnDemandCommandConfig.Factory.parse(Reader r) |
static TestOnDemandCommandConfig |
TestOnDemandCommandConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TestOnDemandCommandConfig |
TestOnDemandCommandConfig.Factory.parse(String xmlAsString) |
static TestOnDemandCommandConfig |
TestOnDemandCommandConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TestOnDemandCommandConfig |
TestOnDemandCommandConfig.Factory.parse(URL u) |
static TestOnDemandCommandConfig |
TestOnDemandCommandConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TestOnDemandCommandConfig |
TestOnDemandCommandConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TestOnDemandCommandConfig |
TestOnDemandCommandConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TestOnDemandCommandConfig |
TestOnDemandCommandConfig.Factory.parse(XMLStreamReader sr) |
static TestOnDemandCommandConfig |
TestOnDemandCommandConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
TestOnDemandUploadBodyConfig.setCommand(TestOnDemandCommandConfig command)
Sets the "Command" element
|
void |
TestOnDemandLocationBodyConfig.setCommand(TestOnDemandCommandConfig command)
Sets the "Command" element
|
Modifier and Type | Class and Description |
---|---|
class |
TestOnDemandCommandConfigImpl
An XML TestOnDemandCommand(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
TestOnDemandCommandConfig |
TestOnDemandUploadBodyConfigImpl.addNewCommand()
Appends and returns a new empty "Command" element
|
TestOnDemandCommandConfig |
TestOnDemandLocationBodyConfigImpl.addNewCommand()
Appends and returns a new empty "Command" element
|
TestOnDemandCommandConfig |
TestOnDemandUploadBodyConfigImpl.getCommand()
Gets the "Command" element
|
TestOnDemandCommandConfig |
TestOnDemandLocationBodyConfigImpl.getCommand()
Gets the "Command" element
|
Modifier and Type | Method and Description |
---|---|
void |
TestOnDemandUploadBodyConfigImpl.setCommand(TestOnDemandCommandConfig command)
Sets the "Command" element
|
void |
TestOnDemandLocationBodyConfigImpl.setCommand(TestOnDemandCommandConfig command)
Sets the "Command" element
|
Copyright © 2019. All Rights Reserved.