Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Method and Description |
---|---|
TestOnDemandContentConfig |
TestOnDemandTxnConfig.addNewContent()
Appends and returns a new empty "Content" element
|
TestOnDemandContentConfig |
TestOnDemandTxnConfig.getContent()
Gets the "Content" element
|
static TestOnDemandContentConfig |
TestOnDemandContentConfig.Factory.newInstance() |
static TestOnDemandContentConfig |
TestOnDemandContentConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static TestOnDemandContentConfig |
TestOnDemandContentConfig.Factory.parse(File file) |
static TestOnDemandContentConfig |
TestOnDemandContentConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static TestOnDemandContentConfig |
TestOnDemandContentConfig.Factory.parse(InputStream is) |
static TestOnDemandContentConfig |
TestOnDemandContentConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static TestOnDemandContentConfig |
TestOnDemandContentConfig.Factory.parse(Node node) |
static TestOnDemandContentConfig |
TestOnDemandContentConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static TestOnDemandContentConfig |
TestOnDemandContentConfig.Factory.parse(Reader r) |
static TestOnDemandContentConfig |
TestOnDemandContentConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static TestOnDemandContentConfig |
TestOnDemandContentConfig.Factory.parse(String xmlAsString) |
static TestOnDemandContentConfig |
TestOnDemandContentConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static TestOnDemandContentConfig |
TestOnDemandContentConfig.Factory.parse(URL u) |
static TestOnDemandContentConfig |
TestOnDemandContentConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static TestOnDemandContentConfig |
TestOnDemandContentConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static TestOnDemandContentConfig |
TestOnDemandContentConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static TestOnDemandContentConfig |
TestOnDemandContentConfig.Factory.parse(XMLStreamReader sr) |
static TestOnDemandContentConfig |
TestOnDemandContentConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
TestOnDemandTxnConfig.setContent(TestOnDemandContentConfig content)
Sets the "Content" element
|
Modifier and Type | Class and Description |
---|---|
class |
TestOnDemandContentConfigImpl
An XML TestOnDemandContent(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
TestOnDemandContentConfig |
TestOnDemandTxnConfigImpl.addNewContent()
Appends and returns a new empty "Content" element
|
TestOnDemandContentConfig |
TestOnDemandTxnConfigImpl.getContent()
Gets the "Content" element
|
Modifier and Type | Method and Description |
---|---|
void |
TestOnDemandTxnConfigImpl.setContent(TestOnDemandContentConfig content)
Sets the "Content" element
|
Copyright © 2019. All Rights Reserved.