Package | Description |
---|---|
com.eviware.soapui.impl.wsdl.actions.mockresponse |
WsdlMockResponse related actions
|
com.eviware.soapui.impl.wsdl.actions.request |
WsdlRequest related actions
|
com.eviware.soapui.impl.wsdl.panels.project |
WsdlProject related panel classes
|
com.eviware.soapui.impl.wsdl.support.wss | |
com.eviware.soapui.impl.wsdl.support.wss.entries | |
com.eviware.soapui.impl.wsdl.support.wss.support |
Constructor and Description |
---|
ApplyOutgoingWSSToMockResponseAction(WsdlMockResponse mockResponse,
OutgoingWss outgoing) |
Constructor and Description |
---|
ApplyOutgoingWSSToRequestAction(WsdlRequest request,
OutgoingWss outgoing) |
Modifier and Type | Method and Description |
---|---|
void |
WSSTabPanel.OutgoingWssTableModel.outgoingWssAdded(OutgoingWss outgoing) |
void |
WSSTabPanel.OutgoingWssTableModel.outgoingWssRemoved(OutgoingWss outgoing) |
Modifier and Type | Method and Description |
---|---|
OutgoingWss |
WssContainer.addOutgoingWss(String label) |
OutgoingWss |
DefaultWssContainer.addOutgoingWss(String label) |
OutgoingWss |
WssEntry.getOutgoingWss() |
OutgoingWss |
WssContainer.getOutgoingWssAt(int index) |
OutgoingWss |
DefaultWssContainer.getOutgoingWssAt(int index) |
OutgoingWss |
WssContainer.getOutgoingWssByName(String outgoingName) |
OutgoingWss |
DefaultWssContainer.getOutgoingWssByName(String outgoingName) |
Modifier and Type | Method and Description |
---|---|
List<OutgoingWss> |
WssContainer.getOutgoingWssList() |
List<OutgoingWss> |
DefaultWssContainer.getOutgoingWssList() |
Modifier and Type | Method and Description |
---|---|
protected WSSEntryConfig |
WssEntryRegistry.addNewConfig(OutgoingWss container) |
protected void |
DefaultWssContainer.fireOutgoingWssAdded(OutgoingWss result) |
protected void |
DefaultWssContainer.fireOutgoingWssRemoved(OutgoingWss result) |
void |
WssContainerListener.outgoingWssAdded(OutgoingWss outgoingWss) |
void |
WssContainerListener.outgoingWssRemoved(OutgoingWss outgoingWss) |
Modifier and Type | Method and Description |
---|---|
OutgoingWss |
WssEntryBase.getOutgoingWss() |
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 |
WssContainerListenerAdapter.outgoingWssAdded(OutgoingWss outgoingWss) |
void |
WssContainerListenerAdapter.outgoingWssRemoved(OutgoingWss outgoingWss) |
Modifier and Type | Method and Description |
---|---|
void |
KeystoresComboBoxModel.outgoingWssAdded(OutgoingWss outgoingWss) |
void |
KeystoresComboBoxModel.outgoingWssRemoved(OutgoingWss outgoingWss) |
Copyright © 2019. All Rights Reserved.