Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.wsdl |
WSDL 1.1 implementations of soapui model interface
|
com.eviware.soapui.impl.wsdl.teststeps |
WsdlTestStep implementations
|
Modifier and Type | Method and Description |
---|---|
WsdlRequestConfig |
OperationConfig.addNewCall()
Appends and returns a new empty value (as xml) as the last "call" element
|
WsdlRequestConfig |
RequestStepConfig.addNewRequest()
Appends and returns a new empty "request" element
|
WsdlRequestConfig[] |
OperationConfig.getCallArray()
Deprecated.
|
WsdlRequestConfig |
OperationConfig.getCallArray(int i)
Gets ith "call" element
|
WsdlRequestConfig |
RequestStepConfig.getRequest()
Gets the "request" element
|
WsdlRequestConfig |
OperationConfig.insertNewCall(int i)
Inserts and returns a new empty value (as xml) as the ith "call" element
|
static WsdlRequestConfig |
WsdlRequestConfig.Factory.newInstance() |
static WsdlRequestConfig |
WsdlRequestConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static WsdlRequestConfig |
WsdlRequestConfig.Factory.parse(File file) |
static WsdlRequestConfig |
WsdlRequestConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static WsdlRequestConfig |
WsdlRequestConfig.Factory.parse(InputStream is) |
static WsdlRequestConfig |
WsdlRequestConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static WsdlRequestConfig |
WsdlRequestConfig.Factory.parse(Node node) |
static WsdlRequestConfig |
WsdlRequestConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static WsdlRequestConfig |
WsdlRequestConfig.Factory.parse(Reader r) |
static WsdlRequestConfig |
WsdlRequestConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static WsdlRequestConfig |
WsdlRequestConfig.Factory.parse(String xmlAsString) |
static WsdlRequestConfig |
WsdlRequestConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static WsdlRequestConfig |
WsdlRequestConfig.Factory.parse(URL u) |
static WsdlRequestConfig |
WsdlRequestConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static WsdlRequestConfig |
WsdlRequestConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static WsdlRequestConfig |
WsdlRequestConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static WsdlRequestConfig |
WsdlRequestConfig.Factory.parse(XMLStreamReader sr) |
static WsdlRequestConfig |
WsdlRequestConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<WsdlRequestConfig> |
OperationConfig.getCallList()
Gets a List of "call" elements
|
Modifier and Type | Method and Description |
---|---|
void |
OperationConfig.setCallArray(int i,
WsdlRequestConfig call)
Sets ith "call" element
|
void |
OperationConfig.setCallArray(WsdlRequestConfig[] callArray)
Sets array of all "call" element
|
void |
RequestStepConfig.setRequest(WsdlRequestConfig request)
Sets the "request" element
|
Modifier and Type | Class and Description |
---|---|
class |
WsdlRequestConfigImpl
An XML WsdlRequest(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
WsdlRequestConfig |
OperationConfigImpl.addNewCall()
Appends and returns a new empty value (as xml) as the last "call" element
|
WsdlRequestConfig |
RequestStepConfigImpl.addNewRequest()
Appends and returns a new empty "request" element
|
WsdlRequestConfig[] |
OperationConfigImpl.getCallArray()
Deprecated.
|
WsdlRequestConfig |
OperationConfigImpl.getCallArray(int i)
Gets ith "call" element
|
WsdlRequestConfig |
RequestStepConfigImpl.getRequest()
Gets the "request" element
|
WsdlRequestConfig |
OperationConfigImpl.insertNewCall(int i)
Inserts and returns a new empty value (as xml) as the ith "call" element
|
Modifier and Type | Method and Description |
---|---|
List<WsdlRequestConfig> |
OperationConfigImpl.getCallList()
Gets a List of "call" elements
|
Modifier and Type | Method and Description |
---|---|
void |
OperationConfigImpl.setCallArray(int i,
WsdlRequestConfig call)
Sets ith "call" element
|
void |
OperationConfigImpl.setCallArray(WsdlRequestConfig[] callArray)
Sets array of all "call" element
|
void |
RequestStepConfigImpl.setRequest(WsdlRequestConfig request)
Sets the "request" element
|
Modifier and Type | Method and Description |
---|---|
void |
WsdlRequest.updateConfig(WsdlRequestConfig request) |
Constructor and Description |
---|
WsdlRequest(WsdlOperation operation,
WsdlRequestConfig callConfig) |
WsdlRequest(WsdlOperation operation,
WsdlRequestConfig callConfig,
boolean forLoadTest) |
Modifier and Type | Method and Description |
---|---|
void |
WsdlTestRequest.updateConfig(WsdlRequestConfig request)
Called when a testrequest is moved in a testcase
|
Constructor and Description |
---|
WsdlTestRequest(WsdlOperation operation,
WsdlRequestConfig callConfig,
WsdlTestRequestStep testStep,
boolean forLoadTest) |
Copyright © 2019. All Rights Reserved.