Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.wsdl.teststeps |
WsdlTestStep implementations
|
Modifier and Type | Method and Description |
---|---|
static RestRequestStepConfig |
RestRequestStepConfig.Factory.newInstance() |
static RestRequestStepConfig |
RestRequestStepConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static RestRequestStepConfig |
RestRequestStepConfig.Factory.parse(File file) |
static RestRequestStepConfig |
RestRequestStepConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static RestRequestStepConfig |
RestRequestStepConfig.Factory.parse(InputStream is) |
static RestRequestStepConfig |
RestRequestStepConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static RestRequestStepConfig |
RestRequestStepConfig.Factory.parse(Node node) |
static RestRequestStepConfig |
RestRequestStepConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static RestRequestStepConfig |
RestRequestStepConfig.Factory.parse(Reader r) |
static RestRequestStepConfig |
RestRequestStepConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static RestRequestStepConfig |
RestRequestStepConfig.Factory.parse(String xmlAsString) |
static RestRequestStepConfig |
RestRequestStepConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static RestRequestStepConfig |
RestRequestStepConfig.Factory.parse(URL u) |
static RestRequestStepConfig |
RestRequestStepConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static RestRequestStepConfig |
RestRequestStepConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static RestRequestStepConfig |
RestRequestStepConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static RestRequestStepConfig |
RestRequestStepConfig.Factory.parse(XMLStreamReader sr) |
static RestRequestStepConfig |
RestRequestStepConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
RestRequestStepConfigImpl
An XML RestRequestStep(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
RestRequestStepConfig |
RestTestRequestStepInterface.getRequestStepConfig() |
RestRequestStepConfig |
RestTestRequestStep.getRequestStepConfig() |
Copyright © 2019. All Rights Reserved.