Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.rest.mock |
Modifier and Type | Method and Description |
---|---|
RESTMockServiceConfig |
ProjectConfig.addNewRestMockService()
Appends and returns a new empty value (as xml) as the last "restMockService" element
|
RESTMockServiceConfig[] |
ProjectConfig.getRestMockServiceArray()
Deprecated.
|
RESTMockServiceConfig |
ProjectConfig.getRestMockServiceArray(int i)
Gets ith "restMockService" element
|
RESTMockServiceConfig |
ProjectConfig.insertNewRestMockService(int i)
Inserts and returns a new empty value (as xml) as the ith "restMockService" element
|
static RESTMockServiceConfig |
RESTMockServiceConfig.Factory.newInstance() |
static RESTMockServiceConfig |
RESTMockServiceConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static RESTMockServiceConfig |
RESTMockServiceConfig.Factory.parse(File file) |
static RESTMockServiceConfig |
RESTMockServiceConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static RESTMockServiceConfig |
RESTMockServiceConfig.Factory.parse(InputStream is) |
static RESTMockServiceConfig |
RESTMockServiceConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static RESTMockServiceConfig |
RESTMockServiceConfig.Factory.parse(Node node) |
static RESTMockServiceConfig |
RESTMockServiceConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static RESTMockServiceConfig |
RESTMockServiceConfig.Factory.parse(Reader r) |
static RESTMockServiceConfig |
RESTMockServiceConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static RESTMockServiceConfig |
RESTMockServiceConfig.Factory.parse(String xmlAsString) |
static RESTMockServiceConfig |
RESTMockServiceConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static RESTMockServiceConfig |
RESTMockServiceConfig.Factory.parse(URL u) |
static RESTMockServiceConfig |
RESTMockServiceConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static RESTMockServiceConfig |
RESTMockServiceConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static RESTMockServiceConfig |
RESTMockServiceConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static RESTMockServiceConfig |
RESTMockServiceConfig.Factory.parse(XMLStreamReader sr) |
static RESTMockServiceConfig |
RESTMockServiceConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<RESTMockServiceConfig> |
ProjectConfig.getRestMockServiceList()
Gets a List of "restMockService" elements
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectConfig.setRestMockServiceArray(int i,
RESTMockServiceConfig restMockService)
Sets ith "restMockService" element
|
void |
ProjectConfig.setRestMockServiceArray(RESTMockServiceConfig[] restMockServiceArray)
Sets array of all "restMockService" element
|
Modifier and Type | Class and Description |
---|---|
class |
RESTMockServiceConfigImpl
An XML RESTMockService(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
RESTMockServiceConfig |
ProjectConfigImpl.addNewRestMockService()
Appends and returns a new empty value (as xml) as the last "restMockService" element
|
RESTMockServiceConfig[] |
ProjectConfigImpl.getRestMockServiceArray()
Deprecated.
|
RESTMockServiceConfig |
ProjectConfigImpl.getRestMockServiceArray(int i)
Gets ith "restMockService" element
|
RESTMockServiceConfig |
ProjectConfigImpl.insertNewRestMockService(int i)
Inserts and returns a new empty value (as xml) as the ith "restMockService" element
|
Modifier and Type | Method and Description |
---|---|
List<RESTMockServiceConfig> |
ProjectConfigImpl.getRestMockServiceList()
Gets a List of "restMockService" elements
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectConfigImpl.setRestMockServiceArray(int i,
RESTMockServiceConfig restMockService)
Sets ith "restMockService" element
|
void |
ProjectConfigImpl.setRestMockServiceArray(RESTMockServiceConfig[] restMockServiceArray)
Sets array of all "restMockService" element
|
Constructor and Description |
---|
RestMockService(Project project,
RESTMockServiceConfig config) |
Copyright © 2019. All Rights Reserved.