public class UpdateInterfaceAction extends AbstractSoapUIAction<WsdlInterface>
Modifier and Type | Class and Description |
---|---|
protected static interface |
UpdateInterfaceAction.Form |
Modifier and Type | Field and Description |
---|---|
static String |
SOAPUI_ACTION_ID |
ENABLED_PROPERTY
Modifier | Constructor and Description |
---|---|
|
UpdateInterfaceAction() |
protected |
UpdateInterfaceAction(String name,
String description) |
Modifier and Type | Method and Description |
---|---|
protected void |
afterUpdate(WsdlInterface iface) |
void |
perform(WsdlInterface iface,
Object param) |
static List<Request> |
recreateRequests(WsdlInterface iface,
boolean buildOptional,
boolean createBackups,
boolean keepExisting,
boolean keepHeaders) |
static List<WsdlTestRequestStep> |
recreateTestRequests(WsdlInterface iface,
boolean buildOptional,
boolean createBackups,
boolean keepExisting,
boolean keepHeaders) |
addPropertyChangeListener, addPropertyChangeListener, applies, getDescription, getId, getName, isDefault, isEnabled, removePropertyChangeListener, removePropertyChangeListener, setEnabled
public static final String SOAPUI_ACTION_ID
public void perform(WsdlInterface iface, Object param)
protected void afterUpdate(WsdlInterface iface) throws Exception
Exception
public static List<Request> recreateRequests(WsdlInterface iface, boolean buildOptional, boolean createBackups, boolean keepExisting, boolean keepHeaders)
public static List<WsdlTestRequestStep> recreateTestRequests(WsdlInterface iface, boolean buildOptional, boolean createBackups, boolean keepExisting, boolean keepHeaders)
Copyright © 2019. All Rights Reserved.