Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.rest.mock |
Modifier and Type | Method and Description |
---|---|
RESTMockResponseConfig |
RESTMockActionConfig.addNewResponse()
Appends and returns a new empty value (as xml) as the last "response" element
|
RESTMockResponseConfig[] |
RESTMockActionConfig.getResponseArray()
Deprecated.
|
RESTMockResponseConfig |
RESTMockActionConfig.getResponseArray(int i)
Gets ith "response" element
|
RESTMockResponseConfig |
RESTMockActionConfig.insertNewResponse(int i)
Inserts and returns a new empty value (as xml) as the ith "response" element
|
static RESTMockResponseConfig |
RESTMockResponseConfig.Factory.newInstance() |
static RESTMockResponseConfig |
RESTMockResponseConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static RESTMockResponseConfig |
RESTMockResponseConfig.Factory.parse(File file) |
static RESTMockResponseConfig |
RESTMockResponseConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static RESTMockResponseConfig |
RESTMockResponseConfig.Factory.parse(InputStream is) |
static RESTMockResponseConfig |
RESTMockResponseConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static RESTMockResponseConfig |
RESTMockResponseConfig.Factory.parse(Node node) |
static RESTMockResponseConfig |
RESTMockResponseConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static RESTMockResponseConfig |
RESTMockResponseConfig.Factory.parse(Reader r) |
static RESTMockResponseConfig |
RESTMockResponseConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static RESTMockResponseConfig |
RESTMockResponseConfig.Factory.parse(String xmlAsString) |
static RESTMockResponseConfig |
RESTMockResponseConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static RESTMockResponseConfig |
RESTMockResponseConfig.Factory.parse(URL u) |
static RESTMockResponseConfig |
RESTMockResponseConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static RESTMockResponseConfig |
RESTMockResponseConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static RESTMockResponseConfig |
RESTMockResponseConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static RESTMockResponseConfig |
RESTMockResponseConfig.Factory.parse(XMLStreamReader sr) |
static RESTMockResponseConfig |
RESTMockResponseConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<RESTMockResponseConfig> |
RESTMockActionConfig.getResponseList()
Gets a List of "response" elements
|
Modifier and Type | Method and Description |
---|---|
void |
RESTMockActionConfig.setResponseArray(int i,
RESTMockResponseConfig response)
Sets ith "response" element
|
void |
RESTMockActionConfig.setResponseArray(RESTMockResponseConfig[] responseArray)
Sets array of all "response" element
|
Modifier and Type | Class and Description |
---|---|
class |
RESTMockResponseConfigImpl
An XML RESTMockResponse(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
RESTMockResponseConfig |
RESTMockActionConfigImpl.addNewResponse()
Appends and returns a new empty value (as xml) as the last "response" element
|
RESTMockResponseConfig[] |
RESTMockActionConfigImpl.getResponseArray()
Deprecated.
|
RESTMockResponseConfig |
RESTMockActionConfigImpl.getResponseArray(int i)
Gets ith "response" element
|
RESTMockResponseConfig |
RESTMockActionConfigImpl.insertNewResponse(int i)
Inserts and returns a new empty value (as xml) as the ith "response" element
|
Modifier and Type | Method and Description |
---|---|
List<RESTMockResponseConfig> |
RESTMockActionConfigImpl.getResponseList()
Gets a List of "response" elements
|
Modifier and Type | Method and Description |
---|---|
void |
RESTMockActionConfigImpl.setResponseArray(int i,
RESTMockResponseConfig response)
Sets ith "response" element
|
void |
RESTMockActionConfigImpl.setResponseArray(RESTMockResponseConfig[] responseArray)
Sets array of all "response" element
|
Constructor and Description |
---|
RestMockResponse(RestMockAction action,
RESTMockResponseConfig config) |
Copyright © 2019. All Rights Reserved.