Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.rest |
Modifier and Type | Method and Description |
---|---|
RestResourceRepresentationConfig |
RestMethodConfig.addNewRepresentation()
Appends and returns a new empty value (as xml) as the last "representation" element
|
RestResourceRepresentationConfig |
OldRestRequestConfig.addNewRepresentation()
Appends and returns a new empty value (as xml) as the last "representation" element
|
RestResourceRepresentationConfig[] |
RestMethodConfig.getRepresentationArray()
Deprecated.
|
RestResourceRepresentationConfig[] |
OldRestRequestConfig.getRepresentationArray()
Deprecated.
|
RestResourceRepresentationConfig |
RestMethodConfig.getRepresentationArray(int i)
Gets ith "representation" element
|
RestResourceRepresentationConfig |
OldRestRequestConfig.getRepresentationArray(int i)
Gets ith "representation" element
|
RestResourceRepresentationConfig |
RestMethodConfig.insertNewRepresentation(int i)
Inserts and returns a new empty value (as xml) as the ith "representation" element
|
RestResourceRepresentationConfig |
OldRestRequestConfig.insertNewRepresentation(int i)
Inserts and returns a new empty value (as xml) as the ith "representation" element
|
static RestResourceRepresentationConfig |
RestResourceRepresentationConfig.Factory.newInstance() |
static RestResourceRepresentationConfig |
RestResourceRepresentationConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static RestResourceRepresentationConfig |
RestResourceRepresentationConfig.Factory.parse(File file) |
static RestResourceRepresentationConfig |
RestResourceRepresentationConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static RestResourceRepresentationConfig |
RestResourceRepresentationConfig.Factory.parse(InputStream is) |
static RestResourceRepresentationConfig |
RestResourceRepresentationConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static RestResourceRepresentationConfig |
RestResourceRepresentationConfig.Factory.parse(Node node) |
static RestResourceRepresentationConfig |
RestResourceRepresentationConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static RestResourceRepresentationConfig |
RestResourceRepresentationConfig.Factory.parse(Reader r) |
static RestResourceRepresentationConfig |
RestResourceRepresentationConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static RestResourceRepresentationConfig |
RestResourceRepresentationConfig.Factory.parse(String xmlAsString) |
static RestResourceRepresentationConfig |
RestResourceRepresentationConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static RestResourceRepresentationConfig |
RestResourceRepresentationConfig.Factory.parse(URL u) |
static RestResourceRepresentationConfig |
RestResourceRepresentationConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static RestResourceRepresentationConfig |
RestResourceRepresentationConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static RestResourceRepresentationConfig |
RestResourceRepresentationConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static RestResourceRepresentationConfig |
RestResourceRepresentationConfig.Factory.parse(XMLStreamReader sr) |
static RestResourceRepresentationConfig |
RestResourceRepresentationConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<RestResourceRepresentationConfig> |
RestMethodConfig.getRepresentationList()
Gets a List of "representation" elements
|
List<RestResourceRepresentationConfig> |
OldRestRequestConfig.getRepresentationList()
Gets a List of "representation" elements
|
Modifier and Type | Method and Description |
---|---|
void |
RestMethodConfig.setRepresentationArray(int i,
RestResourceRepresentationConfig representation)
Sets ith "representation" element
|
void |
OldRestRequestConfig.setRepresentationArray(int i,
RestResourceRepresentationConfig representation)
Sets ith "representation" element
|
void |
RestMethodConfig.setRepresentationArray(RestResourceRepresentationConfig[] representationArray)
Sets array of all "representation" element
|
void |
OldRestRequestConfig.setRepresentationArray(RestResourceRepresentationConfig[] representationArray)
Sets array of all "representation" element
|
Modifier and Type | Class and Description |
---|---|
class |
RestResourceRepresentationConfigImpl
An XML RestResourceRepresentation(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
RestResourceRepresentationConfig |
RestMethodConfigImpl.addNewRepresentation()
Appends and returns a new empty value (as xml) as the last "representation" element
|
RestResourceRepresentationConfig |
OldRestRequestConfigImpl.addNewRepresentation()
Appends and returns a new empty value (as xml) as the last "representation" element
|
RestResourceRepresentationConfig[] |
RestMethodConfigImpl.getRepresentationArray()
Deprecated.
|
RestResourceRepresentationConfig[] |
OldRestRequestConfigImpl.getRepresentationArray()
Deprecated.
|
RestResourceRepresentationConfig |
RestMethodConfigImpl.getRepresentationArray(int i)
Gets ith "representation" element
|
RestResourceRepresentationConfig |
OldRestRequestConfigImpl.getRepresentationArray(int i)
Gets ith "representation" element
|
RestResourceRepresentationConfig |
RestMethodConfigImpl.insertNewRepresentation(int i)
Inserts and returns a new empty value (as xml) as the ith "representation" element
|
RestResourceRepresentationConfig |
OldRestRequestConfigImpl.insertNewRepresentation(int i)
Inserts and returns a new empty value (as xml) as the ith "representation" element
|
Modifier and Type | Method and Description |
---|---|
List<RestResourceRepresentationConfig> |
RestMethodConfigImpl.getRepresentationList()
Gets a List of "representation" elements
|
List<RestResourceRepresentationConfig> |
OldRestRequestConfigImpl.getRepresentationList()
Gets a List of "representation" elements
|
Modifier and Type | Method and Description |
---|---|
void |
RestMethodConfigImpl.setRepresentationArray(int i,
RestResourceRepresentationConfig representation)
Sets ith "representation" element
|
void |
OldRestRequestConfigImpl.setRepresentationArray(int i,
RestResourceRepresentationConfig representation)
Sets ith "representation" element
|
void |
RestMethodConfigImpl.setRepresentationArray(RestResourceRepresentationConfig[] representationArray)
Sets array of all "representation" element
|
void |
OldRestRequestConfigImpl.setRepresentationArray(RestResourceRepresentationConfig[] representationArray)
Sets array of all "representation" element
|
Modifier and Type | Method and Description |
---|---|
RestResourceRepresentationConfig |
RestRepresentation.getConfig() |
Modifier and Type | Method and Description |
---|---|
void |
RestRepresentation.setConfig(RestResourceRepresentationConfig config) |
Constructor and Description |
---|
RestRepresentation(RestMethod restMethod,
RestResourceRepresentationConfig config) |
Copyright © 2019. All Rights Reserved.