Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl |
Modifier and Type | Method and Description |
---|---|
static SoapVersionTypesConfig |
SoapVersionTypesConfig.Factory.newInstance() |
static SoapVersionTypesConfig |
SoapVersionTypesConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static SoapVersionTypesConfig |
SoapVersionTypesConfig.Factory.newValue(Object obj) |
static SoapVersionTypesConfig |
SoapVersionTypesConfig.Factory.parse(File file) |
static SoapVersionTypesConfig |
SoapVersionTypesConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static SoapVersionTypesConfig |
SoapVersionTypesConfig.Factory.parse(InputStream is) |
static SoapVersionTypesConfig |
SoapVersionTypesConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static SoapVersionTypesConfig |
SoapVersionTypesConfig.Factory.parse(Node node) |
static SoapVersionTypesConfig |
SoapVersionTypesConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static SoapVersionTypesConfig |
SoapVersionTypesConfig.Factory.parse(Reader r) |
static SoapVersionTypesConfig |
SoapVersionTypesConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static SoapVersionTypesConfig |
SoapVersionTypesConfig.Factory.parse(String xmlAsString) |
static SoapVersionTypesConfig |
SoapVersionTypesConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static SoapVersionTypesConfig |
SoapVersionTypesConfig.Factory.parse(URL u) |
static SoapVersionTypesConfig |
SoapVersionTypesConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static SoapVersionTypesConfig |
SoapVersionTypesConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static SoapVersionTypesConfig |
SoapVersionTypesConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static SoapVersionTypesConfig |
SoapVersionTypesConfig.Factory.parse(XMLStreamReader sr) |
static SoapVersionTypesConfig |
SoapVersionTypesConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
SoapVersionTypesConfig |
WsdlInterfaceConfig.xgetSoapVersion()
Gets (as xml) the "soapVersion" attribute
|
Modifier and Type | Method and Description |
---|---|
void |
WsdlInterfaceConfig.xsetSoapVersion(SoapVersionTypesConfig soapVersion)
Sets (as xml) the "soapVersion" attribute
|
Modifier and Type | Class and Description |
---|---|
class |
SoapVersionTypesConfigImpl
An XML SoapVersionTypes(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
SoapVersionTypesConfig |
WsdlInterfaceConfigImpl.xgetSoapVersion()
Gets (as xml) the "soapVersion" attribute
|
Modifier and Type | Method and Description |
---|---|
void |
WsdlInterfaceConfigImpl.xsetSoapVersion(SoapVersionTypesConfig soapVersion)
Sets (as xml) the "soapVersion" attribute
|
Copyright © 2019. All Rights Reserved.