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 |
---|---|
PropertyTransferConfig |
PropertyTransfersStepConfig.addNewTransfers()
Appends and returns a new empty value (as xml) as the last "transfers" element
|
PropertyTransferConfig[] |
PropertyTransfersStepConfig.getTransfersArray()
Deprecated.
|
PropertyTransferConfig |
PropertyTransfersStepConfig.getTransfersArray(int i)
Gets ith "transfers" element
|
PropertyTransferConfig |
PropertyTransfersStepConfig.insertNewTransfers(int i)
Inserts and returns a new empty value (as xml) as the ith "transfers" element
|
static PropertyTransferConfig |
PropertyTransferConfig.Factory.newInstance() |
static PropertyTransferConfig |
PropertyTransferConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static PropertyTransferConfig |
PropertyTransferConfig.Factory.parse(File file) |
static PropertyTransferConfig |
PropertyTransferConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static PropertyTransferConfig |
PropertyTransferConfig.Factory.parse(InputStream is) |
static PropertyTransferConfig |
PropertyTransferConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static PropertyTransferConfig |
PropertyTransferConfig.Factory.parse(Node node) |
static PropertyTransferConfig |
PropertyTransferConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static PropertyTransferConfig |
PropertyTransferConfig.Factory.parse(Reader r) |
static PropertyTransferConfig |
PropertyTransferConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static PropertyTransferConfig |
PropertyTransferConfig.Factory.parse(String xmlAsString) |
static PropertyTransferConfig |
PropertyTransferConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static PropertyTransferConfig |
PropertyTransferConfig.Factory.parse(URL u) |
static PropertyTransferConfig |
PropertyTransferConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static PropertyTransferConfig |
PropertyTransferConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static PropertyTransferConfig |
PropertyTransferConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static PropertyTransferConfig |
PropertyTransferConfig.Factory.parse(XMLStreamReader sr) |
static PropertyTransferConfig |
PropertyTransferConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<PropertyTransferConfig> |
PropertyTransfersStepConfig.getTransfersList()
Gets a List of "transfers" elements
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyTransfersStepConfig.setTransfersArray(int i,
PropertyTransferConfig transfers)
Sets ith "transfers" element
|
void |
PropertyTransfersStepConfig.setTransfersArray(PropertyTransferConfig[] transfersArray)
Sets array of all "transfers" element
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyTransferConfigImpl
An XML PropertyTransfer(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
PropertyTransferConfig |
PropertyTransfersStepConfigImpl.addNewTransfers()
Appends and returns a new empty value (as xml) as the last "transfers" element
|
PropertyTransferConfig[] |
PropertyTransfersStepConfigImpl.getTransfersArray()
Deprecated.
|
PropertyTransferConfig |
PropertyTransfersStepConfigImpl.getTransfersArray(int i)
Gets ith "transfers" element
|
PropertyTransferConfig |
PropertyTransfersStepConfigImpl.insertNewTransfers(int i)
Inserts and returns a new empty value (as xml) as the ith "transfers" element
|
Modifier and Type | Method and Description |
---|---|
List<PropertyTransferConfig> |
PropertyTransfersStepConfigImpl.getTransfersList()
Gets a List of "transfers" elements
|
Modifier and Type | Method and Description |
---|---|
void |
PropertyTransfersStepConfigImpl.setTransfersArray(int i,
PropertyTransferConfig transfers)
Sets ith "transfers" element
|
void |
PropertyTransfersStepConfigImpl.setTransfersArray(PropertyTransferConfig[] transfersArray)
Sets array of all "transfers" element
|
Modifier and Type | Method and Description |
---|---|
PropertyTransferConfig |
PropertyTransfer.getConfig() |
PropertyTransferConfig |
PropertyTransfersTestStep.PropertyTransferResult.getTransferAt(int index) |
Constructor and Description |
---|
PropertyTransfer(TestStep testStep,
PropertyTransferConfig config) |
Copyright © 2019. All Rights Reserved.