Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.support | |
com.eviware.soapui.impl.support.http | |
com.eviware.soapui.impl.wsdl.teststeps |
WsdlTestStep implementations
|
Modifier and Type | Interface and Description |
---|---|
interface |
HttpRequestConfig
An XML HttpRequest(@http://eviware.com/soapui/config).
|
interface |
OldRestRequestConfig
An XML OldRestRequest(@http://eviware.com/soapui/config).
|
interface |
RestRequestConfig
An XML RestRequest(@http://eviware.com/soapui/config).
|
interface |
WsdlRequestConfig
An XML WsdlRequest(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
static AbstractRequestConfig |
AbstractRequestConfig.Factory.newInstance()
Deprecated.
No need to be able to create instances of abstract types
|
static AbstractRequestConfig |
AbstractRequestConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
Deprecated.
No need to be able to create instances of abstract types
|
static AbstractRequestConfig |
AbstractRequestConfig.Factory.parse(File file) |
static AbstractRequestConfig |
AbstractRequestConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static AbstractRequestConfig |
AbstractRequestConfig.Factory.parse(InputStream is) |
static AbstractRequestConfig |
AbstractRequestConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static AbstractRequestConfig |
AbstractRequestConfig.Factory.parse(Node node) |
static AbstractRequestConfig |
AbstractRequestConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static AbstractRequestConfig |
AbstractRequestConfig.Factory.parse(Reader r) |
static AbstractRequestConfig |
AbstractRequestConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static AbstractRequestConfig |
AbstractRequestConfig.Factory.parse(String xmlAsString) |
static AbstractRequestConfig |
AbstractRequestConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static AbstractRequestConfig |
AbstractRequestConfig.Factory.parse(URL u) |
static AbstractRequestConfig |
AbstractRequestConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static AbstractRequestConfig |
AbstractRequestConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static AbstractRequestConfig |
AbstractRequestConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static AbstractRequestConfig |
AbstractRequestConfig.Factory.parse(XMLStreamReader sr) |
static AbstractRequestConfig |
AbstractRequestConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRequestConfigImpl
An XML AbstractRequest(@http://eviware.com/soapui/config).
|
class |
HttpRequestConfigImpl
An XML HttpRequest(@http://eviware.com/soapui/config).
|
class |
OldRestRequestConfigImpl
An XML OldRestRequest(@http://eviware.com/soapui/config).
|
class |
RestRequestConfigImpl
An XML RestRequest(@http://eviware.com/soapui/config).
|
class |
WsdlRequestConfigImpl
An XML WsdlRequest(@http://eviware.com/soapui/config).
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpRequest<T extends AbstractRequestConfig> |
interface |
AbstractHttpRequestInterface<T extends AbstractRequestConfig> |
Modifier and Type | Method and Description |
---|---|
String |
EndpointSupport.getEndpoint(AbstractHttpRequest<AbstractRequestConfig> request) |
void |
EndpointSupport.setEndpoint(AbstractHttpRequest<AbstractRequestConfig> request,
String endpoint) |
Modifier and Type | Interface and Description |
---|---|
interface |
HttpRequestInterface<T extends AbstractRequestConfig> |
Modifier and Type | Interface and Description |
---|---|
interface |
HttpTestRequestInterface<T extends AbstractRequestConfig> |
Copyright © 2019. All Rights Reserved.