Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.rest | |
com.eviware.soapui.impl.wsdl.teststeps |
WsdlTestStep implementations
|
Modifier and Type | Method and Description |
---|---|
RestRequestConfig |
RestMethodConfig.addNewRequest()
Appends and returns a new empty value (as xml) as the last "request" element
|
RestRequestConfig |
RestRequestStepConfig.addNewRestRequest()
Appends and returns a new empty "restRequest" element
|
RestRequestConfig[] |
RestMethodConfig.getRequestArray()
Deprecated.
|
RestRequestConfig |
RestMethodConfig.getRequestArray(int i)
Gets ith "request" element
|
RestRequestConfig |
RestRequestStepConfig.getRestRequest()
Gets the "restRequest" element
|
RestRequestConfig |
RestMethodConfig.insertNewRequest(int i)
Inserts and returns a new empty value (as xml) as the ith "request" element
|
static RestRequestConfig |
RestRequestConfig.Factory.newInstance() |
static RestRequestConfig |
RestRequestConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static RestRequestConfig |
RestRequestConfig.Factory.parse(File file) |
static RestRequestConfig |
RestRequestConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static RestRequestConfig |
RestRequestConfig.Factory.parse(InputStream is) |
static RestRequestConfig |
RestRequestConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static RestRequestConfig |
RestRequestConfig.Factory.parse(Node node) |
static RestRequestConfig |
RestRequestConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static RestRequestConfig |
RestRequestConfig.Factory.parse(Reader r) |
static RestRequestConfig |
RestRequestConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static RestRequestConfig |
RestRequestConfig.Factory.parse(String xmlAsString) |
static RestRequestConfig |
RestRequestConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static RestRequestConfig |
RestRequestConfig.Factory.parse(URL u) |
static RestRequestConfig |
RestRequestConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static RestRequestConfig |
RestRequestConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static RestRequestConfig |
RestRequestConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static RestRequestConfig |
RestRequestConfig.Factory.parse(XMLStreamReader sr) |
static RestRequestConfig |
RestRequestConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<RestRequestConfig> |
RestMethodConfig.getRequestList()
Gets a List of "request" elements
|
Modifier and Type | Method and Description |
---|---|
void |
RestMethodConfig.setRequestArray(int i,
RestRequestConfig request)
Sets ith "request" element
|
void |
RestMethodConfig.setRequestArray(RestRequestConfig[] requestArray)
Sets array of all "request" element
|
void |
RestRequestStepConfig.setRestRequest(RestRequestConfig restRequest)
Sets the "restRequest" element
|
Modifier and Type | Class and Description |
---|---|
class |
RestRequestConfigImpl
An XML RestRequest(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
RestRequestConfig |
RestMethodConfigImpl.addNewRequest()
Appends and returns a new empty value (as xml) as the last "request" element
|
RestRequestConfig |
RestRequestStepConfigImpl.addNewRestRequest()
Appends and returns a new empty "restRequest" element
|
RestRequestConfig[] |
RestMethodConfigImpl.getRequestArray()
Deprecated.
|
RestRequestConfig |
RestMethodConfigImpl.getRequestArray(int i)
Gets ith "request" element
|
RestRequestConfig |
RestRequestStepConfigImpl.getRestRequest()
Gets the "restRequest" element
|
RestRequestConfig |
RestMethodConfigImpl.insertNewRequest(int i)
Inserts and returns a new empty value (as xml) as the ith "request" element
|
Modifier and Type | Method and Description |
---|---|
List<RestRequestConfig> |
RestMethodConfigImpl.getRequestList()
Gets a List of "request" elements
|
Modifier and Type | Method and Description |
---|---|
void |
RestMethodConfigImpl.setRequestArray(int i,
RestRequestConfig request)
Sets ith "request" element
|
void |
RestMethodConfigImpl.setRequestArray(RestRequestConfig[] requestArray)
Sets array of all "request" element
|
void |
RestRequestStepConfigImpl.setRestRequest(RestRequestConfig restRequest)
Sets the "restRequest" element
|
Modifier and Type | Method and Description |
---|---|
void |
RestRequest.updateConfig(RestRequestConfig request) |
Constructor and Description |
---|
RestRequest(RestMethod method,
RestRequestConfig requestConfig,
boolean forLoadTest) |
Modifier and Type | Method and Description |
---|---|
void |
RestTestRequest.updateConfig(RestRequestConfig request)
Called when a test request is moved into a test case
|
Constructor and Description |
---|
RestTestRequest(RestMethod method,
RestRequestConfig callConfig,
RestTestRequestStep testStep,
boolean forLoadTest) |
Copyright © 2019. All Rights Reserved.