Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.settings |
Default implementations of Settings interfaces
|
Modifier and Type | Method and Description |
---|---|
SettingsConfig |
ModelItemConfig.addNewSettings()
Appends and returns a new empty "settings" element
|
SettingsConfig |
SoapuiSettingsDocumentConfig.addNewSoapuiSettings()
Appends and returns a new empty "soapui-settings" element
|
SettingsConfig |
ModelItemConfig.getSettings()
Gets the "settings" element
|
SettingsConfig |
SoapuiSettingsDocumentConfig.getSoapuiSettings()
Gets the "soapui-settings" element
|
static SettingsConfig |
SettingsConfig.Factory.newInstance() |
static SettingsConfig |
SettingsConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static SettingsConfig |
SettingsConfig.Factory.parse(File file) |
static SettingsConfig |
SettingsConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static SettingsConfig |
SettingsConfig.Factory.parse(InputStream is) |
static SettingsConfig |
SettingsConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SettingsConfig |
SettingsConfig.Factory.parse(Node node) |
static SettingsConfig |
SettingsConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static SettingsConfig |
SettingsConfig.Factory.parse(Reader r) |
static SettingsConfig |
SettingsConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SettingsConfig |
SettingsConfig.Factory.parse(String xmlAsString) |
static SettingsConfig |
SettingsConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SettingsConfig |
SettingsConfig.Factory.parse(URL u) |
static SettingsConfig |
SettingsConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static SettingsConfig |
SettingsConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static SettingsConfig |
SettingsConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static SettingsConfig |
SettingsConfig.Factory.parse(XMLStreamReader sr) |
static SettingsConfig |
SettingsConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
ModelItemConfig.setSettings(SettingsConfig settings)
Sets the "settings" element
|
void |
SoapuiSettingsDocumentConfig.setSoapuiSettings(SettingsConfig soapuiSettings)
Sets the "soapui-settings" element
|
Modifier and Type | Class and Description |
---|---|
class |
SettingsConfigImpl
An XML Settings(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
SettingsConfig |
ModelItemConfigImpl.addNewSettings()
Appends and returns a new empty "settings" element
|
SettingsConfig |
SoapuiSettingsDocumentConfigImpl.addNewSoapuiSettings()
Appends and returns a new empty "soapui-settings" element
|
SettingsConfig |
ModelItemConfigImpl.getSettings()
Gets the "settings" element
|
SettingsConfig |
SoapuiSettingsDocumentConfigImpl.getSoapuiSettings()
Gets the "soapui-settings" element
|
Modifier and Type | Method and Description |
---|---|
void |
ModelItemConfigImpl.setSettings(SettingsConfig settings)
Sets the "settings" element
|
void |
SoapuiSettingsDocumentConfigImpl.setSoapuiSettings(SettingsConfig soapuiSettings)
Sets the "soapui-settings" element
|
Modifier and Type | Method and Description |
---|---|
void |
XmlBeansSettingsImpl.setConfig(SettingsConfig soapuiSettings) |
Constructor and Description |
---|
XmlBeansSettingsImpl(ModelItem item,
Settings parent,
SettingsConfig config) |
Copyright © 2019. All Rights Reserved.