Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.rest.support |
Modifier and Type | Method and Description |
---|---|
RestParametersConfig |
RestResourceConfig.addNewParameters()
Appends and returns a new empty "parameters" element
|
RestParametersConfig |
RestMethodConfig.addNewParameters()
Appends and returns a new empty "parameters" element
|
RestParametersConfig |
OldRestRequestConfig.addNewParameters()
Appends and returns a new empty "parameters" element
|
RestParametersConfig |
HttpRequestConfig.addNewParameters()
Appends and returns a new empty "parameters" element
|
RestParametersConfig |
RestResourceRepresentationConfig.addNewParams()
Appends and returns a new empty "params" element
|
RestParametersConfig |
RestResourceConfig.getParameters()
Gets the "parameters" element
|
RestParametersConfig |
RestMethodConfig.getParameters()
Gets the "parameters" element
|
RestParametersConfig |
OldRestRequestConfig.getParameters()
Gets the "parameters" element
|
RestParametersConfig |
HttpRequestConfig.getParameters()
Gets the "parameters" element
|
RestParametersConfig |
RestResourceRepresentationConfig.getParams()
Gets the "params" element
|
static RestParametersConfig |
RestParametersConfig.Factory.newInstance() |
static RestParametersConfig |
RestParametersConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static RestParametersConfig |
RestParametersConfig.Factory.parse(File file) |
static RestParametersConfig |
RestParametersConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static RestParametersConfig |
RestParametersConfig.Factory.parse(InputStream is) |
static RestParametersConfig |
RestParametersConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static RestParametersConfig |
RestParametersConfig.Factory.parse(Node node) |
static RestParametersConfig |
RestParametersConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static RestParametersConfig |
RestParametersConfig.Factory.parse(Reader r) |
static RestParametersConfig |
RestParametersConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static RestParametersConfig |
RestParametersConfig.Factory.parse(String xmlAsString) |
static RestParametersConfig |
RestParametersConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static RestParametersConfig |
RestParametersConfig.Factory.parse(URL u) |
static RestParametersConfig |
RestParametersConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static RestParametersConfig |
RestParametersConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static RestParametersConfig |
RestParametersConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static RestParametersConfig |
RestParametersConfig.Factory.parse(XMLStreamReader sr) |
static RestParametersConfig |
RestParametersConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
RestResourceConfig.setParameters(RestParametersConfig parameters)
Sets the "parameters" element
|
void |
RestMethodConfig.setParameters(RestParametersConfig parameters)
Sets the "parameters" element
|
void |
OldRestRequestConfig.setParameters(RestParametersConfig parameters)
Sets the "parameters" element
|
void |
HttpRequestConfig.setParameters(RestParametersConfig parameters)
Sets the "parameters" element
|
void |
RestResourceRepresentationConfig.setParams(RestParametersConfig params)
Sets the "params" element
|
Modifier and Type | Class and Description |
---|---|
class |
RestParametersConfigImpl
An XML RestParameters(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
RestParametersConfig |
RestResourceConfigImpl.addNewParameters()
Appends and returns a new empty "parameters" element
|
RestParametersConfig |
RestMethodConfigImpl.addNewParameters()
Appends and returns a new empty "parameters" element
|
RestParametersConfig |
OldRestRequestConfigImpl.addNewParameters()
Appends and returns a new empty "parameters" element
|
RestParametersConfig |
HttpRequestConfigImpl.addNewParameters()
Appends and returns a new empty "parameters" element
|
RestParametersConfig |
RestResourceRepresentationConfigImpl.addNewParams()
Appends and returns a new empty "params" element
|
RestParametersConfig |
RestResourceConfigImpl.getParameters()
Gets the "parameters" element
|
RestParametersConfig |
RestMethodConfigImpl.getParameters()
Gets the "parameters" element
|
RestParametersConfig |
OldRestRequestConfigImpl.getParameters()
Gets the "parameters" element
|
RestParametersConfig |
HttpRequestConfigImpl.getParameters()
Gets the "parameters" element
|
RestParametersConfig |
RestResourceRepresentationConfigImpl.getParams()
Gets the "params" element
|
Modifier and Type | Method and Description |
---|---|
void |
RestResourceConfigImpl.setParameters(RestParametersConfig parameters)
Sets the "parameters" element
|
void |
RestMethodConfigImpl.setParameters(RestParametersConfig parameters)
Sets the "parameters" element
|
void |
OldRestRequestConfigImpl.setParameters(RestParametersConfig parameters)
Sets the "parameters" element
|
void |
HttpRequestConfigImpl.setParameters(RestParametersConfig parameters)
Sets the "parameters" element
|
void |
RestResourceRepresentationConfigImpl.setParams(RestParametersConfig params)
Sets the "params" element
|
Modifier and Type | Method and Description |
---|---|
void |
XmlBeansRestParamsTestPropertyHolder.resetPropertiesConfig(RestParametersConfig config) |
Constructor and Description |
---|
XmlBeansRestParamsTestPropertyHolder(ModelItem modelItem,
RestParametersConfig config) |
XmlBeansRestParamsTestPropertyHolder(ModelItem modelItem,
RestParametersConfig config,
NewRestResourceActionBase.ParamLocation defaultParamLocation) |
Copyright © 2019. All Rights Reserved.