public interface WssContainer extends PropertyExpansionContainer
getPropertyExpansions
ModelItem getModelItem()
void addWssContainerListener(WssContainerListener listener)
void removeWssContainerListener(WssContainerListener listener)
WssCrypto addCrypto(String source, String password, @Nonnull CryptoType type)
int getCryptoCount()
List<IncomingWss> getIncomingWssList()
IncomingWss addIncomingWss(String label)
int getIncomingWssCount()
IncomingWss getIncomingWssAt(int index)
void removeIncomingWssAt(int row)
List<OutgoingWss> getOutgoingWssList()
OutgoingWss addOutgoingWss(String label)
int getOutgoingWssCount()
OutgoingWss getOutgoingWssAt(int index)
void removeOutgoingWssAt(int row)
OutgoingWss getOutgoingWssByName(String outgoingName)
IncomingWss getIncomingWssByName(String incomingName)
String[] getCryptoNames()
String[] getOutgoingWssNames()
String[] getIncomingWssNames()
void importConfig(WssContainer wssContainer)
Copyright © 2019. All Rights Reserved.