Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.wsdl.support.wss | |
com.eviware.soapui.impl.wsdl.support.wss.entries |
Modifier and Type | Interface and Description |
---|---|
interface |
WSSAddTimestampConfig
An XML WSSAddTimestamp(@http://eviware.com/soapui/config).
|
interface |
WSSAddUsernameEntryConfig
An XML WSSAddUsernameEntry(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
WSSEntryConfig |
OutgoingWssConfig.addNewEntry()
Appends and returns a new empty value (as xml) as the last "entry" element
|
WSSEntryConfig[] |
OutgoingWssConfig.getEntryArray()
Deprecated.
|
WSSEntryConfig |
OutgoingWssConfig.getEntryArray(int i)
Gets ith "entry" element
|
WSSEntryConfig |
OutgoingWssConfig.insertNewEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "entry" element
|
static WSSEntryConfig |
WSSEntryConfig.Factory.newInstance() |
static WSSEntryConfig |
WSSEntryConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static WSSEntryConfig |
WSSEntryConfig.Factory.parse(File file) |
static WSSEntryConfig |
WSSEntryConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static WSSEntryConfig |
WSSEntryConfig.Factory.parse(InputStream is) |
static WSSEntryConfig |
WSSEntryConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static WSSEntryConfig |
WSSEntryConfig.Factory.parse(Node node) |
static WSSEntryConfig |
WSSEntryConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static WSSEntryConfig |
WSSEntryConfig.Factory.parse(Reader r) |
static WSSEntryConfig |
WSSEntryConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static WSSEntryConfig |
WSSEntryConfig.Factory.parse(String xmlAsString) |
static WSSEntryConfig |
WSSEntryConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static WSSEntryConfig |
WSSEntryConfig.Factory.parse(URL u) |
static WSSEntryConfig |
WSSEntryConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static WSSEntryConfig |
WSSEntryConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static WSSEntryConfig |
WSSEntryConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static WSSEntryConfig |
WSSEntryConfig.Factory.parse(XMLStreamReader sr) |
static WSSEntryConfig |
WSSEntryConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<WSSEntryConfig> |
OutgoingWssConfig.getEntryList()
Gets a List of "entry" elements
|
Modifier and Type | Method and Description |
---|---|
void |
OutgoingWssConfig.setEntryArray(int i,
WSSEntryConfig entry)
Sets ith "entry" element
|
void |
OutgoingWssConfig.setEntryArray(WSSEntryConfig[] entryArray)
Sets array of all "entry" element
|
Modifier and Type | Class and Description |
---|---|
class |
WSSAddTimestampConfigImpl
An XML WSSAddTimestamp(@http://eviware.com/soapui/config).
|
class |
WSSAddUsernameEntryConfigImpl
An XML WSSAddUsernameEntry(@http://eviware.com/soapui/config).
|
class |
WSSEntryConfigImpl
An XML WSSEntry(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
WSSEntryConfig |
OutgoingWssConfigImpl.addNewEntry()
Appends and returns a new empty value (as xml) as the last "entry" element
|
WSSEntryConfig[] |
OutgoingWssConfigImpl.getEntryArray()
Deprecated.
|
WSSEntryConfig |
OutgoingWssConfigImpl.getEntryArray(int i)
Gets ith "entry" element
|
WSSEntryConfig |
OutgoingWssConfigImpl.insertNewEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "entry" element
|
Modifier and Type | Method and Description |
---|---|
List<WSSEntryConfig> |
OutgoingWssConfigImpl.getEntryList()
Gets a List of "entry" elements
|
Modifier and Type | Method and Description |
---|---|
void |
OutgoingWssConfigImpl.setEntryArray(int i,
WSSEntryConfig entry)
Sets ith "entry" element
|
void |
OutgoingWssConfigImpl.setEntryArray(WSSEntryConfig[] entryArray)
Sets array of all "entry" element
|
Modifier and Type | Method and Description |
---|---|
protected WSSEntryConfig |
WssEntryRegistry.addNewConfig(OutgoingWss container) |
Modifier and Type | Method and Description |
---|---|
void |
WssEntry.updateEntryConfig(WSSEntryConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
UsernameEntry.init(WSSEntryConfig config,
OutgoingWss container) |
void |
TimestampEntry.init(WSSEntryConfig config,
OutgoingWss container) |
void |
SignatureEntry.init(WSSEntryConfig config,
OutgoingWss container) |
void |
ManualSAMLEntry.init(WSSEntryConfig config,
OutgoingWss container) |
void |
EncryptionEntry.init(WSSEntryConfig config,
OutgoingWss container) |
void |
AutomaticSAMLEntry.init(WSSEntryConfig config,
OutgoingWss container) |
void |
WssEntryBase.init(WSSEntryConfig config,
OutgoingWss outgoingWss,
String label) |
void |
WssEntryBase.setConfig(WSSEntryConfig config) |
void |
WssEntryBase.updateEntryConfig(WSSEntryConfig config) |
Copyright © 2019. All Rights Reserved.