Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.rest |
Modifier and Type | Method and Description |
---|---|
RestMethodConfig |
RestResourceConfig.addNewMethod()
Appends and returns a new empty value (as xml) as the last "method" element
|
RestMethodConfig[] |
RestResourceConfig.getMethodArray()
Deprecated.
|
RestMethodConfig |
RestResourceConfig.getMethodArray(int i)
Gets ith "method" element
|
RestMethodConfig |
RestResourceConfig.insertNewMethod(int i)
Inserts and returns a new empty value (as xml) as the ith "method" element
|
static RestMethodConfig |
RestMethodConfig.Factory.newInstance() |
static RestMethodConfig |
RestMethodConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static RestMethodConfig |
RestMethodConfig.Factory.parse(File file) |
static RestMethodConfig |
RestMethodConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static RestMethodConfig |
RestMethodConfig.Factory.parse(InputStream is) |
static RestMethodConfig |
RestMethodConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static RestMethodConfig |
RestMethodConfig.Factory.parse(Node node) |
static RestMethodConfig |
RestMethodConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static RestMethodConfig |
RestMethodConfig.Factory.parse(Reader r) |
static RestMethodConfig |
RestMethodConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static RestMethodConfig |
RestMethodConfig.Factory.parse(String xmlAsString) |
static RestMethodConfig |
RestMethodConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static RestMethodConfig |
RestMethodConfig.Factory.parse(URL u) |
static RestMethodConfig |
RestMethodConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static RestMethodConfig |
RestMethodConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static RestMethodConfig |
RestMethodConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static RestMethodConfig |
RestMethodConfig.Factory.parse(XMLStreamReader sr) |
static RestMethodConfig |
RestMethodConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<RestMethodConfig> |
RestResourceConfig.getMethodList()
Gets a List of "method" elements
|
Modifier and Type | Method and Description |
---|---|
void |
RestResourceConfig.setMethodArray(int i,
RestMethodConfig method)
Sets ith "method" element
|
void |
RestResourceConfig.setMethodArray(RestMethodConfig[] methodArray)
Sets array of all "method" element
|
Modifier and Type | Class and Description |
---|---|
class |
RestMethodConfigImpl
An XML RestMethod(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
RestMethodConfig |
RestResourceConfigImpl.addNewMethod()
Appends and returns a new empty value (as xml) as the last "method" element
|
RestMethodConfig[] |
RestResourceConfigImpl.getMethodArray()
Deprecated.
|
RestMethodConfig |
RestResourceConfigImpl.getMethodArray(int i)
Gets ith "method" element
|
RestMethodConfig |
RestResourceConfigImpl.insertNewMethod(int i)
Inserts and returns a new empty value (as xml) as the ith "method" element
|
Modifier and Type | Method and Description |
---|---|
List<RestMethodConfig> |
RestResourceConfigImpl.getMethodList()
Gets a List of "method" elements
|
Modifier and Type | Method and Description |
---|---|
void |
RestResourceConfigImpl.setMethodArray(int i,
RestMethodConfig method)
Sets ith "method" element
|
void |
RestResourceConfigImpl.setMethodArray(RestMethodConfig[] methodArray)
Sets array of all "method" element
|
Constructor and Description |
---|
RestMethod(RestResource service,
RestMethodConfig methodConfig) |
Copyright © 2019. All Rights Reserved.