Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.rest.support | |
com.eviware.soapui.impl.support.http | |
com.eviware.soapui.impl.support.wsa | |
com.eviware.soapui.impl.wsdl.teststeps |
WsdlTestStep implementations
|
Modifier and Type | Method and Description |
---|---|
static HttpRequestConfig |
HttpRequestConfig.Factory.newInstance() |
static HttpRequestConfig |
HttpRequestConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static HttpRequestConfig |
HttpRequestConfig.Factory.parse(File file) |
static HttpRequestConfig |
HttpRequestConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static HttpRequestConfig |
HttpRequestConfig.Factory.parse(InputStream is) |
static HttpRequestConfig |
HttpRequestConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static HttpRequestConfig |
HttpRequestConfig.Factory.parse(Node node) |
static HttpRequestConfig |
HttpRequestConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static HttpRequestConfig |
HttpRequestConfig.Factory.parse(Reader r) |
static HttpRequestConfig |
HttpRequestConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static HttpRequestConfig |
HttpRequestConfig.Factory.parse(String xmlAsString) |
static HttpRequestConfig |
HttpRequestConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static HttpRequestConfig |
HttpRequestConfig.Factory.parse(URL u) |
static HttpRequestConfig |
HttpRequestConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static HttpRequestConfig |
HttpRequestConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static HttpRequestConfig |
HttpRequestConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static HttpRequestConfig |
HttpRequestConfig.Factory.parse(XMLStreamReader sr) |
static HttpRequestConfig |
HttpRequestConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
HttpRequestConfigImpl
An XML HttpRequest(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
static HttpRequestConfig |
RestRequestConverter.convert(OldRestRequestConfig old) |
static HttpRequestConfig |
RestRequestConverter.updateIfNeeded(org.apache.xmlbeans.XmlObject config) |
Modifier and Type | Method and Description |
---|---|
void |
HttpRequest.updateConfig(HttpRequestConfig request) |
Constructor and Description |
---|
HttpRequest(HttpRequestConfig config,
boolean forLoadTest) |
Constructor and Description |
---|
WsaRequest(HttpRequestConfig httpRequestConfig,
WsaConfig wsaConfig,
WsrmConfig wsrmConfig,
boolean forLoadTest) |
Modifier and Type | Method and Description |
---|---|
HttpRequestConfig |
HttpTestRequestStep.getRequestStepConfig() |
Modifier and Type | Method and Description |
---|---|
void |
HttpTestRequest.updateConfig(HttpRequestConfig request) |
Constructor and Description |
---|
HttpTestRequest(HttpRequestConfig config,
HttpTestRequestStep testStep,
boolean forLoadTest) |
Copyright © 2019. All Rights Reserved.