Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.wsdl.support.wss |
Modifier and Type | Method and Description |
---|---|
WssContainerConfig |
ProjectConfig.addNewWssContainer()
Appends and returns a new empty "wssContainer" element
|
WssContainerConfig |
ProjectConfig.getWssContainer()
Gets the "wssContainer" element
|
static WssContainerConfig |
WssContainerConfig.Factory.newInstance() |
static WssContainerConfig |
WssContainerConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static WssContainerConfig |
WssContainerConfig.Factory.parse(File file) |
static WssContainerConfig |
WssContainerConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static WssContainerConfig |
WssContainerConfig.Factory.parse(InputStream is) |
static WssContainerConfig |
WssContainerConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static WssContainerConfig |
WssContainerConfig.Factory.parse(Node node) |
static WssContainerConfig |
WssContainerConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static WssContainerConfig |
WssContainerConfig.Factory.parse(Reader r) |
static WssContainerConfig |
WssContainerConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static WssContainerConfig |
WssContainerConfig.Factory.parse(String xmlAsString) |
static WssContainerConfig |
WssContainerConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static WssContainerConfig |
WssContainerConfig.Factory.parse(URL u) |
static WssContainerConfig |
WssContainerConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static WssContainerConfig |
WssContainerConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static WssContainerConfig |
WssContainerConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static WssContainerConfig |
WssContainerConfig.Factory.parse(XMLStreamReader sr) |
static WssContainerConfig |
WssContainerConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
ProjectConfig.setWssContainer(WssContainerConfig wssContainer)
Sets the "wssContainer" element
|
Modifier and Type | Class and Description |
---|---|
class |
WssContainerConfigImpl
An XML WssContainer(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
WssContainerConfig |
ProjectConfigImpl.addNewWssContainer()
Appends and returns a new empty "wssContainer" element
|
WssContainerConfig |
ProjectConfigImpl.getWssContainer()
Gets the "wssContainer" element
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectConfigImpl.setWssContainer(WssContainerConfig wssContainer)
Sets the "wssContainer" element
|
Modifier and Type | Method and Description |
---|---|
WssContainerConfig |
DefaultWssContainer.getConfig() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultWssContainer.resetConfig(WssContainerConfig config) |
Constructor and Description |
---|
DefaultWssContainer(ModelItem modelItem,
WssContainerConfig config) |
Copyright © 2019. All Rights Reserved.