Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Method and Description |
---|---|
HeaderConfig |
BaseMockResponseConfig.addNewHeader()
Appends and returns a new empty value (as xml) as the last "header" element
|
HeaderConfig[] |
BaseMockResponseConfig.getHeaderArray()
Deprecated.
|
HeaderConfig |
BaseMockResponseConfig.getHeaderArray(int i)
Gets ith "header" element
|
HeaderConfig |
BaseMockResponseConfig.insertNewHeader(int i)
Inserts and returns a new empty value (as xml) as the ith "header" element
|
static HeaderConfig |
HeaderConfig.Factory.newInstance() |
static HeaderConfig |
HeaderConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static HeaderConfig |
HeaderConfig.Factory.parse(File file) |
static HeaderConfig |
HeaderConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static HeaderConfig |
HeaderConfig.Factory.parse(InputStream is) |
static HeaderConfig |
HeaderConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static HeaderConfig |
HeaderConfig.Factory.parse(Node node) |
static HeaderConfig |
HeaderConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static HeaderConfig |
HeaderConfig.Factory.parse(Reader r) |
static HeaderConfig |
HeaderConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static HeaderConfig |
HeaderConfig.Factory.parse(String xmlAsString) |
static HeaderConfig |
HeaderConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static HeaderConfig |
HeaderConfig.Factory.parse(URL u) |
static HeaderConfig |
HeaderConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static HeaderConfig |
HeaderConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static HeaderConfig |
HeaderConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static HeaderConfig |
HeaderConfig.Factory.parse(XMLStreamReader sr) |
static HeaderConfig |
HeaderConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<HeaderConfig> |
BaseMockResponseConfig.getHeaderList()
Gets a List of "header" elements
|
Modifier and Type | Method and Description |
---|---|
void |
BaseMockResponseConfig.setHeaderArray(HeaderConfig[] headerArray)
Sets array of all "header" element
|
void |
BaseMockResponseConfig.setHeaderArray(int i,
HeaderConfig header)
Sets ith "header" element
|
Modifier and Type | Class and Description |
---|---|
class |
HeaderConfigImpl
An XML Header(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
HeaderConfig |
BaseMockResponseConfigImpl.addNewHeader()
Appends and returns a new empty value (as xml) as the last "header" element
|
HeaderConfig[] |
BaseMockResponseConfigImpl.getHeaderArray()
Deprecated.
|
HeaderConfig |
BaseMockResponseConfigImpl.getHeaderArray(int i)
Gets ith "header" element
|
HeaderConfig |
BaseMockResponseConfigImpl.insertNewHeader(int i)
Inserts and returns a new empty value (as xml) as the ith "header" element
|
Modifier and Type | Method and Description |
---|---|
List<HeaderConfig> |
BaseMockResponseConfigImpl.getHeaderList()
Gets a List of "header" elements
|
Modifier and Type | Method and Description |
---|---|
void |
BaseMockResponseConfigImpl.setHeaderArray(HeaderConfig[] headerArray)
Sets array of all "header" element
|
void |
BaseMockResponseConfigImpl.setHeaderArray(int i,
HeaderConfig header)
Sets ith "header" element
|
Copyright © 2019. All Rights Reserved.