Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.wsdl.support.wss |
Modifier and Type | Method and Description |
---|---|
IncomingWssConfig |
WssContainerConfig.addNewIncoming()
Appends and returns a new empty value (as xml) as the last "incoming" element
|
IncomingWssConfig[] |
WssContainerConfig.getIncomingArray()
Deprecated.
|
IncomingWssConfig |
WssContainerConfig.getIncomingArray(int i)
Gets ith "incoming" element
|
IncomingWssConfig |
WssContainerConfig.insertNewIncoming(int i)
Inserts and returns a new empty value (as xml) as the ith "incoming" element
|
static IncomingWssConfig |
IncomingWssConfig.Factory.newInstance() |
static IncomingWssConfig |
IncomingWssConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static IncomingWssConfig |
IncomingWssConfig.Factory.parse(File file) |
static IncomingWssConfig |
IncomingWssConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static IncomingWssConfig |
IncomingWssConfig.Factory.parse(InputStream is) |
static IncomingWssConfig |
IncomingWssConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static IncomingWssConfig |
IncomingWssConfig.Factory.parse(Node node) |
static IncomingWssConfig |
IncomingWssConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static IncomingWssConfig |
IncomingWssConfig.Factory.parse(Reader r) |
static IncomingWssConfig |
IncomingWssConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static IncomingWssConfig |
IncomingWssConfig.Factory.parse(String xmlAsString) |
static IncomingWssConfig |
IncomingWssConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static IncomingWssConfig |
IncomingWssConfig.Factory.parse(URL u) |
static IncomingWssConfig |
IncomingWssConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static IncomingWssConfig |
IncomingWssConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static IncomingWssConfig |
IncomingWssConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static IncomingWssConfig |
IncomingWssConfig.Factory.parse(XMLStreamReader sr) |
static IncomingWssConfig |
IncomingWssConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<IncomingWssConfig> |
WssContainerConfig.getIncomingList()
Gets a List of "incoming" elements
|
Modifier and Type | Method and Description |
---|---|
void |
WssContainerConfig.setIncomingArray(IncomingWssConfig[] incomingArray)
Sets array of all "incoming" element
|
void |
WssContainerConfig.setIncomingArray(int i,
IncomingWssConfig incoming)
Sets ith "incoming" element
|
Modifier and Type | Class and Description |
---|---|
class |
IncomingWssConfigImpl
An XML IncomingWss(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
IncomingWssConfig |
WssContainerConfigImpl.addNewIncoming()
Appends and returns a new empty value (as xml) as the last "incoming" element
|
IncomingWssConfig[] |
WssContainerConfigImpl.getIncomingArray()
Deprecated.
|
IncomingWssConfig |
WssContainerConfigImpl.getIncomingArray(int i)
Gets ith "incoming" element
|
IncomingWssConfig |
WssContainerConfigImpl.insertNewIncoming(int i)
Inserts and returns a new empty value (as xml) as the ith "incoming" element
|
Modifier and Type | Method and Description |
---|---|
List<IncomingWssConfig> |
WssContainerConfigImpl.getIncomingList()
Gets a List of "incoming" elements
|
Modifier and Type | Method and Description |
---|---|
void |
WssContainerConfigImpl.setIncomingArray(IncomingWssConfig[] incomingArray)
Sets array of all "incoming" element
|
void |
WssContainerConfigImpl.setIncomingArray(int i,
IncomingWssConfig incoming)
Sets ith "incoming" element
|
Modifier and Type | Method and Description |
---|---|
void |
IncomingWss.updateConfig(IncomingWssConfig config) |
Constructor and Description |
---|
IncomingWss(IncomingWssConfig wssConfig,
WssContainer container) |
Copyright © 2019. All Rights Reserved.