com.eviware.soapui.impl.wsdl.actions.iface.tools.soapui
Class SecurityTestRunnerAction

java.lang.Object
  extended by com.eviware.soapui.support.action.support.AbstractSoapUIAction<T>
      extended by com.eviware.soapui.impl.wsdl.actions.iface.tools.support.AbstractToolsAction<WsdlProject>
          extended by com.eviware.soapui.impl.wsdl.actions.iface.tools.soapui.SecurityTestRunnerAction
All Implemented Interfaces:
SoapUIAction<WsdlProject>, PropertyChangeNotifier

Deprecated.

@Deprecated
public class SecurityTestRunnerAction
extends AbstractToolsAction<WsdlProject>

Invokes soapUI Security TestRunner tool

Author:
nebojsa.tasic

Nested Class Summary
 
Nested classes/interfaces inherited from class com.eviware.soapui.impl.wsdl.actions.iface.tools.support.AbstractToolsAction
AbstractToolsAction.CloseAction, AbstractToolsAction.GenerateAction, AbstractToolsAction.ShowIntegratedToolsSettingsAction
 
Field Summary
static java.lang.String SOAPUI_ACTION_ID
          Deprecated.  
 
Fields inherited from class com.eviware.soapui.impl.wsdl.actions.iface.tools.support.AbstractToolsAction
CACHED_WSDL, JAVA_ARGS, TOOL_ARGS, valuesSettingID, WSDL
 
Fields inherited from interface com.eviware.soapui.support.action.SoapUIAction
ENABLED_PROPERTY
 
Constructor Summary
SecurityTestRunnerAction()
          Deprecated.  
 
Method Summary
protected  com.eviware.x.form.XForm buildArgsForm(com.eviware.x.form.XFormDialogBuilder builder, boolean addJavaArgs, java.lang.String toolName)
          Deprecated.  
protected  com.eviware.x.form.XFormDialog buildDialog(WsdlProject modelItem)
          Deprecated.  
protected  javax.swing.Action createRunOption(WsdlProject modelItem)
          Deprecated.  
protected  void generate(StringToStringMap values, ToolHost toolHost, WsdlProject modelItem)
          Deprecated.  
protected  StringToStringMap initValues(WsdlProject modelItem, java.lang.Object param)
          Deprecated.  
 
Methods inherited from class com.eviware.soapui.impl.wsdl.actions.iface.tools.support.AbstractToolsAction
addJavaArgs, addToolArgs, addWSDLFields, buildClasspath, buildDefaultActions, closeDialog, getDefinition, getDialog, getModelItem, getToolsSettingsAction, getValuesSettingID, getWsdlUrl, initWSDL, onClose, perform, performHeadless, run, setFixedWSDL, setToolsSettingsAction, setValuesSettingID
 
Methods inherited from class com.eviware.soapui.support.action.support.AbstractSoapUIAction
addPropertyChangeListener, addPropertyChangeListener, applies, getDescription, getId, getName, isDefault, isEnabled, removePropertyChangeListener, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOAPUI_ACTION_ID

public static final java.lang.String SOAPUI_ACTION_ID
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

SecurityTestRunnerAction

public SecurityTestRunnerAction()
Deprecated. 
Method Detail

buildDialog

protected com.eviware.x.form.XFormDialog buildDialog(WsdlProject modelItem)
Deprecated. 
Overrides:
buildDialog in class AbstractToolsAction<WsdlProject>

buildArgsForm

protected com.eviware.x.form.XForm buildArgsForm(com.eviware.x.form.XFormDialogBuilder builder,
                                                 boolean addJavaArgs,
                                                 java.lang.String toolName)
Deprecated. 
Overrides:
buildArgsForm in class AbstractToolsAction<WsdlProject>

createRunOption

protected javax.swing.Action createRunOption(WsdlProject modelItem)
Deprecated. 
Overrides:
createRunOption in class AbstractToolsAction<WsdlProject>

initValues

protected StringToStringMap initValues(WsdlProject modelItem,
                                       java.lang.Object param)
Deprecated. 
Overrides:
initValues in class AbstractToolsAction<WsdlProject>

generate

protected void generate(StringToStringMap values,
                        ToolHost toolHost,
                        WsdlProject modelItem)
                 throws java.lang.Exception
Deprecated. 
Specified by:
generate in class AbstractToolsAction<WsdlProject>
Throws:
java.lang.Exception


Copyright © 2005-2011 eviware.com. All Rights Reserved.