Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.wsdl.support.wss |
Modifier and Type | Method and Description |
---|---|
OutgoingWssConfig |
WssContainerConfig.addNewOutgoing()
Appends and returns a new empty value (as xml) as the last "outgoing" element
|
OutgoingWssConfig[] |
WssContainerConfig.getOutgoingArray()
Deprecated.
|
OutgoingWssConfig |
WssContainerConfig.getOutgoingArray(int i)
Gets ith "outgoing" element
|
OutgoingWssConfig |
WssContainerConfig.insertNewOutgoing(int i)
Inserts and returns a new empty value (as xml) as the ith "outgoing" element
|
static OutgoingWssConfig |
OutgoingWssConfig.Factory.newInstance() |
static OutgoingWssConfig |
OutgoingWssConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static OutgoingWssConfig |
OutgoingWssConfig.Factory.parse(File file) |
static OutgoingWssConfig |
OutgoingWssConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static OutgoingWssConfig |
OutgoingWssConfig.Factory.parse(InputStream is) |
static OutgoingWssConfig |
OutgoingWssConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static OutgoingWssConfig |
OutgoingWssConfig.Factory.parse(Node node) |
static OutgoingWssConfig |
OutgoingWssConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static OutgoingWssConfig |
OutgoingWssConfig.Factory.parse(Reader r) |
static OutgoingWssConfig |
OutgoingWssConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static OutgoingWssConfig |
OutgoingWssConfig.Factory.parse(String xmlAsString) |
static OutgoingWssConfig |
OutgoingWssConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static OutgoingWssConfig |
OutgoingWssConfig.Factory.parse(URL u) |
static OutgoingWssConfig |
OutgoingWssConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static OutgoingWssConfig |
OutgoingWssConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static OutgoingWssConfig |
OutgoingWssConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static OutgoingWssConfig |
OutgoingWssConfig.Factory.parse(XMLStreamReader sr) |
static OutgoingWssConfig |
OutgoingWssConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<OutgoingWssConfig> |
WssContainerConfig.getOutgoingList()
Gets a List of "outgoing" elements
|
Modifier and Type | Method and Description |
---|---|
void |
WssContainerConfig.setOutgoingArray(int i,
OutgoingWssConfig outgoing)
Sets ith "outgoing" element
|
void |
WssContainerConfig.setOutgoingArray(OutgoingWssConfig[] outgoingArray)
Sets array of all "outgoing" element
|
Modifier and Type | Class and Description |
---|---|
class |
OutgoingWssConfigImpl
An XML OutgoingWss(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
OutgoingWssConfig |
WssContainerConfigImpl.addNewOutgoing()
Appends and returns a new empty value (as xml) as the last "outgoing" element
|
OutgoingWssConfig[] |
WssContainerConfigImpl.getOutgoingArray()
Deprecated.
|
OutgoingWssConfig |
WssContainerConfigImpl.getOutgoingArray(int i)
Gets ith "outgoing" element
|
OutgoingWssConfig |
WssContainerConfigImpl.insertNewOutgoing(int i)
Inserts and returns a new empty value (as xml) as the ith "outgoing" element
|
Modifier and Type | Method and Description |
---|---|
List<OutgoingWssConfig> |
WssContainerConfigImpl.getOutgoingList()
Gets a List of "outgoing" elements
|
Modifier and Type | Method and Description |
---|---|
void |
WssContainerConfigImpl.setOutgoingArray(int i,
OutgoingWssConfig outgoing)
Sets ith "outgoing" element
|
void |
WssContainerConfigImpl.setOutgoingArray(OutgoingWssConfig[] outgoingArray)
Sets array of all "outgoing" element
|
Modifier and Type | Method and Description |
---|---|
OutgoingWssConfig |
OutgoingWss.getConfig() |
Modifier and Type | Method and Description |
---|---|
void |
OutgoingWss.updateConfig(OutgoingWssConfig config) |
Constructor and Description |
---|
OutgoingWss(OutgoingWssConfig config,
DefaultWssContainer container) |
Copyright © 2019. All Rights Reserved.