Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Method and Description |
---|---|
ServiceConfig |
EnvironmentConfig.addNewService()
Appends and returns a new empty value (as xml) as the last "service" element
|
ServiceConfig[] |
EnvironmentConfig.getServiceArray()
Deprecated.
|
ServiceConfig |
EnvironmentConfig.getServiceArray(int i)
Gets ith "service" element
|
ServiceConfig |
EnvironmentConfig.insertNewService(int i)
Inserts and returns a new empty value (as xml) as the ith "service" element
|
static ServiceConfig |
ServiceConfig.Factory.newInstance() |
static ServiceConfig |
ServiceConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ServiceConfig |
ServiceConfig.Factory.parse(File file) |
static ServiceConfig |
ServiceConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ServiceConfig |
ServiceConfig.Factory.parse(InputStream is) |
static ServiceConfig |
ServiceConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ServiceConfig |
ServiceConfig.Factory.parse(Node node) |
static ServiceConfig |
ServiceConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ServiceConfig |
ServiceConfig.Factory.parse(Reader r) |
static ServiceConfig |
ServiceConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ServiceConfig |
ServiceConfig.Factory.parse(String xmlAsString) |
static ServiceConfig |
ServiceConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ServiceConfig |
ServiceConfig.Factory.parse(URL u) |
static ServiceConfig |
ServiceConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ServiceConfig |
ServiceConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ServiceConfig |
ServiceConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ServiceConfig |
ServiceConfig.Factory.parse(XMLStreamReader sr) |
static ServiceConfig |
ServiceConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<ServiceConfig> |
EnvironmentConfig.getServiceList()
Gets a List of "service" elements
|
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentConfig.setServiceArray(int i,
ServiceConfig service)
Sets ith "service" element
|
void |
EnvironmentConfig.setServiceArray(ServiceConfig[] serviceArray)
Sets array of all "service" element
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceConfigImpl
An XML Service(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
ServiceConfig |
EnvironmentConfigImpl.addNewService()
Appends and returns a new empty value (as xml) as the last "service" element
|
ServiceConfig[] |
EnvironmentConfigImpl.getServiceArray()
Deprecated.
|
ServiceConfig |
EnvironmentConfigImpl.getServiceArray(int i)
Gets ith "service" element
|
ServiceConfig |
EnvironmentConfigImpl.insertNewService(int i)
Inserts and returns a new empty value (as xml) as the ith "service" element
|
Modifier and Type | Method and Description |
---|---|
List<ServiceConfig> |
EnvironmentConfigImpl.getServiceList()
Gets a List of "service" elements
|
Modifier and Type | Method and Description |
---|---|
void |
EnvironmentConfigImpl.setServiceArray(int i,
ServiceConfig service)
Sets ith "service" element
|
void |
EnvironmentConfigImpl.setServiceArray(ServiceConfig[] serviceArray)
Sets array of all "service" element
|
Copyright © 2019. All Rights Reserved.