public abstract class AbstractToolsAction<T extends ModelItem> extends AbstractSoapUIAction
Abstract base class for Tool Actions
Constructor and description |
---|
AbstractToolsAction
(java.lang.String name, java.lang.String description) |
Type Params | Return Type | Name and description |
---|---|---|
|
public boolean |
accept(java.io.File dir, java.lang.String name) |
|
public void |
closeDialog(T modelItem) |
|
public XFormDialog |
getDialog() |
|
public T |
getModelItem() |
|
public java.lang.String |
getValuesSettingID() |
|
public void |
onClose(T modelItem) |
|
public void |
perform(T target, java.lang.Object param) |
|
public void |
performHeadless(T target, java.lang.Object param) Run the action in headless mode. |
|
public void |
run(ToolHost toolHost, T modelItem, java.lang.Object param) |
|
public void |
setFixedWSDL(boolean fixedWSDL) Set this to true to not let the user edit the WSDL. |
|
public void |
setValuesSettingID(java.lang.String valuesSettingID) |
Run the action in headless mode.
target
- the interface to run the operation forparam
- extra parameter that may be supplied in some casesSet this to true to not let the user edit the WSDL.
fixedWSDL
- whether WSDL should be read-onlyReadyAPI functional (soapui) SDK 3.57.0