Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.rest.mock |
Modifier and Type | Method and Description |
---|---|
RESTMockActionConfig |
RESTMockServiceConfig.addNewRestMockAction()
Appends and returns a new empty value (as xml) as the last "restMockAction" element
|
RESTMockActionConfig[] |
RESTMockServiceConfig.getRestMockActionArray()
Deprecated.
|
RESTMockActionConfig |
RESTMockServiceConfig.getRestMockActionArray(int i)
Gets ith "restMockAction" element
|
RESTMockActionConfig |
RESTMockServiceConfig.insertNewRestMockAction(int i)
Inserts and returns a new empty value (as xml) as the ith "restMockAction" element
|
static RESTMockActionConfig |
RESTMockActionConfig.Factory.newInstance() |
static RESTMockActionConfig |
RESTMockActionConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static RESTMockActionConfig |
RESTMockActionConfig.Factory.parse(File file) |
static RESTMockActionConfig |
RESTMockActionConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static RESTMockActionConfig |
RESTMockActionConfig.Factory.parse(InputStream is) |
static RESTMockActionConfig |
RESTMockActionConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static RESTMockActionConfig |
RESTMockActionConfig.Factory.parse(Node node) |
static RESTMockActionConfig |
RESTMockActionConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static RESTMockActionConfig |
RESTMockActionConfig.Factory.parse(Reader r) |
static RESTMockActionConfig |
RESTMockActionConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static RESTMockActionConfig |
RESTMockActionConfig.Factory.parse(String xmlAsString) |
static RESTMockActionConfig |
RESTMockActionConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static RESTMockActionConfig |
RESTMockActionConfig.Factory.parse(URL u) |
static RESTMockActionConfig |
RESTMockActionConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static RESTMockActionConfig |
RESTMockActionConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static RESTMockActionConfig |
RESTMockActionConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static RESTMockActionConfig |
RESTMockActionConfig.Factory.parse(XMLStreamReader sr) |
static RESTMockActionConfig |
RESTMockActionConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<RESTMockActionConfig> |
RESTMockServiceConfig.getRestMockActionList()
Gets a List of "restMockAction" elements
|
Modifier and Type | Method and Description |
---|---|
void |
RESTMockServiceConfig.setRestMockActionArray(int i,
RESTMockActionConfig restMockAction)
Sets ith "restMockAction" element
|
void |
RESTMockServiceConfig.setRestMockActionArray(RESTMockActionConfig[] restMockActionArray)
Sets array of all "restMockAction" element
|
Modifier and Type | Class and Description |
---|---|
class |
RESTMockActionConfigImpl
An XML RESTMockAction(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
RESTMockActionConfig |
RESTMockServiceConfigImpl.addNewRestMockAction()
Appends and returns a new empty value (as xml) as the last "restMockAction" element
|
RESTMockActionConfig[] |
RESTMockServiceConfigImpl.getRestMockActionArray()
Deprecated.
|
RESTMockActionConfig |
RESTMockServiceConfigImpl.getRestMockActionArray(int i)
Gets ith "restMockAction" element
|
RESTMockActionConfig |
RESTMockServiceConfigImpl.insertNewRestMockAction(int i)
Inserts and returns a new empty value (as xml) as the ith "restMockAction" element
|
Modifier and Type | Method and Description |
---|---|
List<RESTMockActionConfig> |
RESTMockServiceConfigImpl.getRestMockActionList()
Gets a List of "restMockAction" elements
|
Modifier and Type | Method and Description |
---|---|
void |
RESTMockServiceConfigImpl.setRestMockActionArray(int i,
RESTMockActionConfig restMockAction)
Sets ith "restMockAction" element
|
void |
RESTMockServiceConfigImpl.setRestMockActionArray(RESTMockActionConfig[] restMockActionArray)
Sets array of all "restMockAction" element
|
Modifier and Type | Method and Description |
---|---|
static String |
RestMockAction.getIconName(RESTMockActionConfig methodConfig) |
Constructor and Description |
---|
RestMockAction(RestMockService mockService,
RESTMockActionConfig config) |
RestMockAction(RestMockService mockService,
RESTMockActionConfig config,
RestRequest request) |
Copyright © 2019. All Rights Reserved.