Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.rest.support |
Modifier and Type | Method and Description |
---|---|
OldRestRequestConfig |
RestResourceConfig.addNewRequest()
Appends and returns a new empty value (as xml) as the last "request" element
|
OldRestRequestConfig[] |
RestResourceConfig.getRequestArray()
Deprecated.
|
OldRestRequestConfig |
RestResourceConfig.getRequestArray(int i)
Gets ith "request" element
|
OldRestRequestConfig |
RestResourceConfig.insertNewRequest(int i)
Inserts and returns a new empty value (as xml) as the ith "request" element
|
static OldRestRequestConfig |
OldRestRequestConfig.Factory.newInstance() |
static OldRestRequestConfig |
OldRestRequestConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static OldRestRequestConfig |
OldRestRequestConfig.Factory.parse(File file) |
static OldRestRequestConfig |
OldRestRequestConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static OldRestRequestConfig |
OldRestRequestConfig.Factory.parse(InputStream is) |
static OldRestRequestConfig |
OldRestRequestConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static OldRestRequestConfig |
OldRestRequestConfig.Factory.parse(Node node) |
static OldRestRequestConfig |
OldRestRequestConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static OldRestRequestConfig |
OldRestRequestConfig.Factory.parse(Reader r) |
static OldRestRequestConfig |
OldRestRequestConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static OldRestRequestConfig |
OldRestRequestConfig.Factory.parse(String xmlAsString) |
static OldRestRequestConfig |
OldRestRequestConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static OldRestRequestConfig |
OldRestRequestConfig.Factory.parse(URL u) |
static OldRestRequestConfig |
OldRestRequestConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static OldRestRequestConfig |
OldRestRequestConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static OldRestRequestConfig |
OldRestRequestConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static OldRestRequestConfig |
OldRestRequestConfig.Factory.parse(XMLStreamReader sr) |
static OldRestRequestConfig |
OldRestRequestConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<OldRestRequestConfig> |
RestResourceConfig.getRequestList()
Gets a List of "request" elements
|
Modifier and Type | Method and Description |
---|---|
void |
RestResourceConfig.setRequestArray(int i,
OldRestRequestConfig request)
Sets ith "request" element
|
void |
RestResourceConfig.setRequestArray(OldRestRequestConfig[] requestArray)
Sets array of all "request" element
|
Modifier and Type | Class and Description |
---|---|
class |
OldRestRequestConfigImpl
An XML OldRestRequest(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
OldRestRequestConfig |
RestResourceConfigImpl.addNewRequest()
Appends and returns a new empty value (as xml) as the last "request" element
|
OldRestRequestConfig[] |
RestResourceConfigImpl.getRequestArray()
Deprecated.
|
OldRestRequestConfig |
RestResourceConfigImpl.getRequestArray(int i)
Gets ith "request" element
|
OldRestRequestConfig |
RestResourceConfigImpl.insertNewRequest(int i)
Inserts and returns a new empty value (as xml) as the ith "request" element
|
Modifier and Type | Method and Description |
---|---|
List<OldRestRequestConfig> |
RestResourceConfigImpl.getRequestList()
Gets a List of "request" elements
|
Modifier and Type | Method and Description |
---|---|
void |
RestResourceConfigImpl.setRequestArray(int i,
OldRestRequestConfig request)
Sets ith "request" element
|
void |
RestResourceConfigImpl.setRequestArray(OldRestRequestConfig[] requestArray)
Sets array of all "request" element
|
Modifier and Type | Method and Description |
---|---|
static HttpRequestConfig |
RestRequestConverter.convert(OldRestRequestConfig old) |
static void |
RestRequestConverter.convert(RestResource resource,
OldRestRequestConfig oldConfig) |
Copyright © 2019. All Rights Reserved.