Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.wsdl.support.wsa |
Modifier and Type | Method and Description |
---|---|
WsaConfigConfig |
WsdlRequestConfig.addNewWsaConfig()
Appends and returns a new empty "wsaConfig" element
|
WsaConfigConfig |
MockResponseConfig.addNewWsaConfig()
Appends and returns a new empty "wsaConfig" element
|
WsaConfigConfig |
WsdlRequestConfig.getWsaConfig()
Gets the "wsaConfig" element
|
WsaConfigConfig |
MockResponseConfig.getWsaConfig()
Gets the "wsaConfig" element
|
static WsaConfigConfig |
WsaConfigConfig.Factory.newInstance() |
static WsaConfigConfig |
WsaConfigConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static WsaConfigConfig |
WsaConfigConfig.Factory.parse(File file) |
static WsaConfigConfig |
WsaConfigConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static WsaConfigConfig |
WsaConfigConfig.Factory.parse(InputStream is) |
static WsaConfigConfig |
WsaConfigConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static WsaConfigConfig |
WsaConfigConfig.Factory.parse(Node node) |
static WsaConfigConfig |
WsaConfigConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static WsaConfigConfig |
WsaConfigConfig.Factory.parse(Reader r) |
static WsaConfigConfig |
WsaConfigConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static WsaConfigConfig |
WsaConfigConfig.Factory.parse(String xmlAsString) |
static WsaConfigConfig |
WsaConfigConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static WsaConfigConfig |
WsaConfigConfig.Factory.parse(URL u) |
static WsaConfigConfig |
WsaConfigConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static WsaConfigConfig |
WsaConfigConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static WsaConfigConfig |
WsaConfigConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static WsaConfigConfig |
WsaConfigConfig.Factory.parse(XMLStreamReader sr) |
static WsaConfigConfig |
WsaConfigConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
WsdlRequestConfig.setWsaConfig(WsaConfigConfig wsaConfig)
Sets the "wsaConfig" element
|
void |
MockResponseConfig.setWsaConfig(WsaConfigConfig wsaConfig)
Sets the "wsaConfig" element
|
Modifier and Type | Class and Description |
---|---|
class |
WsaConfigConfigImpl
An XML WsaConfig(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
WsaConfigConfig |
WsdlRequestConfigImpl.addNewWsaConfig()
Appends and returns a new empty "wsaConfig" element
|
WsaConfigConfig |
MockResponseConfigImpl.addNewWsaConfig()
Appends and returns a new empty "wsaConfig" element
|
WsaConfigConfig |
WsdlRequestConfigImpl.getWsaConfig()
Gets the "wsaConfig" element
|
WsaConfigConfig |
MockResponseConfigImpl.getWsaConfig()
Gets the "wsaConfig" element
|
Modifier and Type | Method and Description |
---|---|
void |
WsdlRequestConfigImpl.setWsaConfig(WsaConfigConfig wsaConfig)
Sets the "wsaConfig" element
|
void |
MockResponseConfigImpl.setWsaConfig(WsaConfigConfig wsaConfig)
Sets the "wsaConfig" element
|
Modifier and Type | Method and Description |
---|---|
void |
WsaConfig.setConfig(WsaConfigConfig wsaConfig) |
Constructor and Description |
---|
WsaConfig(WsaConfigConfig wsaConfig,
WsaContainer container) |
Copyright © 2019. All Rights Reserved.