Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.rest.support |
Modifier and Type | Method and Description |
---|---|
RestParameterConfig |
RestParametersConfig.addNewParameter()
Appends and returns a new empty value (as xml) as the last "parameter" element
|
RestParameterConfig[] |
RestParametersConfig.getParameterArray()
Deprecated.
|
RestParameterConfig |
RestParametersConfig.getParameterArray(int i)
Gets ith "parameter" element
|
RestParameterConfig |
RestParametersConfig.insertNewParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "parameter" element
|
static RestParameterConfig |
RestParameterConfig.Factory.newInstance() |
static RestParameterConfig |
RestParameterConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static RestParameterConfig |
RestParameterConfig.Factory.parse(File file) |
static RestParameterConfig |
RestParameterConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static RestParameterConfig |
RestParameterConfig.Factory.parse(InputStream is) |
static RestParameterConfig |
RestParameterConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static RestParameterConfig |
RestParameterConfig.Factory.parse(Node node) |
static RestParameterConfig |
RestParameterConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static RestParameterConfig |
RestParameterConfig.Factory.parse(Reader r) |
static RestParameterConfig |
RestParameterConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static RestParameterConfig |
RestParameterConfig.Factory.parse(String xmlAsString) |
static RestParameterConfig |
RestParameterConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static RestParameterConfig |
RestParameterConfig.Factory.parse(URL u) |
static RestParameterConfig |
RestParameterConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static RestParameterConfig |
RestParameterConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static RestParameterConfig |
RestParameterConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static RestParameterConfig |
RestParameterConfig.Factory.parse(XMLStreamReader sr) |
static RestParameterConfig |
RestParameterConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<RestParameterConfig> |
RestParametersConfig.getParameterList()
Gets a List of "parameter" elements
|
Modifier and Type | Method and Description |
---|---|
void |
RestParametersConfig.setParameterArray(int i,
RestParameterConfig parameter)
Sets ith "parameter" element
|
void |
RestParametersConfig.setParameterArray(RestParameterConfig[] parameterArray)
Sets array of all "parameter" element
|
Modifier and Type | Class and Description |
---|---|
class |
RestParameterConfigImpl
An XML RestParameter(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
RestParameterConfig |
RestParametersConfigImpl.addNewParameter()
Appends and returns a new empty value (as xml) as the last "parameter" element
|
RestParameterConfig[] |
RestParametersConfigImpl.getParameterArray()
Deprecated.
|
RestParameterConfig |
RestParametersConfigImpl.getParameterArray(int i)
Gets ith "parameter" element
|
RestParameterConfig |
RestParametersConfigImpl.insertNewParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "parameter" element
|
Modifier and Type | Method and Description |
---|---|
List<RestParameterConfig> |
RestParametersConfigImpl.getParameterList()
Gets a List of "parameter" elements
|
Modifier and Type | Method and Description |
---|---|
void |
RestParametersConfigImpl.setParameterArray(int i,
RestParameterConfig parameter)
Sets ith "parameter" element
|
void |
RestParametersConfigImpl.setParameterArray(RestParameterConfig[] parameterArray)
Sets array of all "parameter" element
|
Modifier and Type | Method and Description |
---|---|
RestParameterConfig |
XmlBeansRestParamsTestPropertyHolder.XmlBeansRestParamProperty.getConfig() |
Modifier and Type | Method and Description |
---|---|
protected XmlBeansRestParamsTestPropertyHolder.XmlBeansRestParamProperty |
XmlBeansRestParamsTestPropertyHolder.addProperty(RestParameterConfig propertyConfig,
boolean notify) |
void |
XmlBeansRestParamsTestPropertyHolder.XmlBeansRestParamProperty.setConfig(RestParameterConfig restParameterConfig) |
Constructor and Description |
---|
XmlBeansRestParamProperty(RestParameterConfig propertyConfig,
NewRestResourceActionBase.ParamLocation location) |
Copyright © 2019. All Rights Reserved.