Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Method and Description |
---|---|
PartsConfig |
OperationConfig.addNewRequestParts()
Appends and returns a new empty "requestParts" element
|
PartsConfig |
OperationConfig.addNewResponseParts()
Appends and returns a new empty "responseParts" element
|
PartsConfig |
OperationConfig.getRequestParts()
Gets the "requestParts" element
|
PartsConfig |
OperationConfig.getResponseParts()
Gets the "responseParts" element
|
static PartsConfig |
PartsConfig.Factory.newInstance() |
static PartsConfig |
PartsConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static PartsConfig |
PartsConfig.Factory.parse(File file) |
static PartsConfig |
PartsConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static PartsConfig |
PartsConfig.Factory.parse(InputStream is) |
static PartsConfig |
PartsConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static PartsConfig |
PartsConfig.Factory.parse(Node node) |
static PartsConfig |
PartsConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static PartsConfig |
PartsConfig.Factory.parse(Reader r) |
static PartsConfig |
PartsConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static PartsConfig |
PartsConfig.Factory.parse(String xmlAsString) |
static PartsConfig |
PartsConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static PartsConfig |
PartsConfig.Factory.parse(URL u) |
static PartsConfig |
PartsConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static PartsConfig |
PartsConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static PartsConfig |
PartsConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static PartsConfig |
PartsConfig.Factory.parse(XMLStreamReader sr) |
static PartsConfig |
PartsConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
OperationConfig.setRequestParts(PartsConfig requestParts)
Sets the "requestParts" element
|
void |
OperationConfig.setResponseParts(PartsConfig responseParts)
Sets the "responseParts" element
|
Modifier and Type | Class and Description |
---|---|
class |
PartsConfigImpl
An XML Parts(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
PartsConfig |
OperationConfigImpl.addNewRequestParts()
Appends and returns a new empty "requestParts" element
|
PartsConfig |
OperationConfigImpl.addNewResponseParts()
Appends and returns a new empty "responseParts" element
|
PartsConfig |
OperationConfigImpl.getRequestParts()
Gets the "requestParts" element
|
PartsConfig |
OperationConfigImpl.getResponseParts()
Gets the "responseParts" element
|
Modifier and Type | Method and Description |
---|---|
void |
OperationConfigImpl.setRequestParts(PartsConfig requestParts)
Sets the "requestParts" element
|
void |
OperationConfigImpl.setResponseParts(PartsConfig responseParts)
Sets the "responseParts" element
|
Copyright © 2019. All Rights Reserved.