public interface WssContainerConfig
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
WssContainerConfig.Factory
A factory class with static methods for creating instances
of this type.
|
Modifier and Type | Field and Description |
---|---|
static org.apache.xmlbeans.SchemaType |
type |
Modifier and Type | Method and Description |
---|---|
KeyMaterialCryptoConfig |
addNewCrypto()
Appends and returns a new empty value (as xml) as the last "crypto" element
|
IncomingWssConfig |
addNewIncoming()
Appends and returns a new empty value (as xml) as the last "incoming" element
|
OutgoingWssConfig |
addNewOutgoing()
Appends and returns a new empty value (as xml) as the last "outgoing" element
|
KeyMaterialCryptoConfig[] |
getCryptoArray()
Deprecated.
|
KeyMaterialCryptoConfig |
getCryptoArray(int i)
Gets ith "crypto" element
|
List<KeyMaterialCryptoConfig> |
getCryptoList()
Gets a List of "crypto" elements
|
IncomingWssConfig[] |
getIncomingArray()
Deprecated.
|
IncomingWssConfig |
getIncomingArray(int i)
Gets ith "incoming" element
|
List<IncomingWssConfig> |
getIncomingList()
Gets a List of "incoming" elements
|
OutgoingWssConfig[] |
getOutgoingArray()
Deprecated.
|
OutgoingWssConfig |
getOutgoingArray(int i)
Gets ith "outgoing" element
|
List<OutgoingWssConfig> |
getOutgoingList()
Gets a List of "outgoing" elements
|
KeyMaterialCryptoConfig |
insertNewCrypto(int i)
Inserts and returns a new empty value (as xml) as the ith "crypto" element
|
IncomingWssConfig |
insertNewIncoming(int i)
Inserts and returns a new empty value (as xml) as the ith "incoming" element
|
OutgoingWssConfig |
insertNewOutgoing(int i)
Inserts and returns a new empty value (as xml) as the ith "outgoing" element
|
void |
removeCrypto(int i)
Removes the ith "crypto" element
|
void |
removeIncoming(int i)
Removes the ith "incoming" element
|
void |
removeOutgoing(int i)
Removes the ith "outgoing" element
|
void |
setCryptoArray(int i,
KeyMaterialCryptoConfig crypto)
Sets ith "crypto" element
|
void |
setCryptoArray(KeyMaterialCryptoConfig[] cryptoArray)
Sets array of all "crypto" element
|
void |
setIncomingArray(IncomingWssConfig[] incomingArray)
Sets array of all "incoming" element
|
void |
setIncomingArray(int i,
IncomingWssConfig incoming)
Sets ith "incoming" element
|
void |
setOutgoingArray(int i,
OutgoingWssConfig outgoing)
Sets ith "outgoing" element
|
void |
setOutgoingArray(OutgoingWssConfig[] outgoingArray)
Sets array of all "outgoing" element
|
int |
sizeOfCryptoArray()
Returns number of "crypto" element
|
int |
sizeOfIncomingArray()
Returns number of "incoming" element
|
int |
sizeOfOutgoingArray()
Returns number of "outgoing" element
|
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
List<KeyMaterialCryptoConfig> getCryptoList()
KeyMaterialCryptoConfig[] getCryptoArray()
KeyMaterialCryptoConfig getCryptoArray(int i)
int sizeOfCryptoArray()
void setCryptoArray(KeyMaterialCryptoConfig[] cryptoArray)
void setCryptoArray(int i, KeyMaterialCryptoConfig crypto)
KeyMaterialCryptoConfig insertNewCrypto(int i)
KeyMaterialCryptoConfig addNewCrypto()
void removeCrypto(int i)
List<IncomingWssConfig> getIncomingList()
IncomingWssConfig[] getIncomingArray()
IncomingWssConfig getIncomingArray(int i)
int sizeOfIncomingArray()
void setIncomingArray(IncomingWssConfig[] incomingArray)
void setIncomingArray(int i, IncomingWssConfig incoming)
IncomingWssConfig insertNewIncoming(int i)
IncomingWssConfig addNewIncoming()
void removeIncoming(int i)
List<OutgoingWssConfig> getOutgoingList()
OutgoingWssConfig[] getOutgoingArray()
OutgoingWssConfig getOutgoingArray(int i)
int sizeOfOutgoingArray()
void setOutgoingArray(OutgoingWssConfig[] outgoingArray)
void setOutgoingArray(int i, OutgoingWssConfig outgoing)
OutgoingWssConfig insertNewOutgoing(int i)
OutgoingWssConfig addNewOutgoing()
void removeOutgoing(int i)
Copyright © 2019. All Rights Reserved.