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 ManualTestStepConfig |
ManualTestStepConfig.Factory.newInstance() |
static ManualTestStepConfig |
ManualTestStepConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ManualTestStepConfig |
ManualTestStepConfig.Factory.parse(File file) |
static ManualTestStepConfig |
ManualTestStepConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static ManualTestStepConfig |
ManualTestStepConfig.Factory.parse(InputStream is) |
static ManualTestStepConfig |
ManualTestStepConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ManualTestStepConfig |
ManualTestStepConfig.Factory.parse(Node node) |
static ManualTestStepConfig |
ManualTestStepConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static ManualTestStepConfig |
ManualTestStepConfig.Factory.parse(Reader r) |
static ManualTestStepConfig |
ManualTestStepConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ManualTestStepConfig |
ManualTestStepConfig.Factory.parse(String xmlAsString) |
static ManualTestStepConfig |
ManualTestStepConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ManualTestStepConfig |
ManualTestStepConfig.Factory.parse(URL u) |
static ManualTestStepConfig |
ManualTestStepConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static ManualTestStepConfig |
ManualTestStepConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ManualTestStepConfig |
ManualTestStepConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ManualTestStepConfig |
ManualTestStepConfig.Factory.parse(XMLStreamReader sr) |
static ManualTestStepConfig |
ManualTestStepConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
ManualTestStepConfigImpl
An XML ManualTestStep(@http://eviware.com/soapui/config).
|
Modifier and Type | Field and Description |
---|---|
protected ManualTestStepConfig |
ManualTestStep.manualTestStepConfig |
Modifier and Type | Method and Description |
---|---|
ManualTestStepConfig |
ManualTestStep.getManualTestStepConfig() |
Copyright © 2019. All Rights Reserved.