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