com.eviware.soapui.impl.wsdl.panels.request.actions
Class WSIValidateRequestAction

java.lang.Object
  extended by javax.swing.AbstractAction
      extended by com.eviware.soapui.impl.wsdl.actions.iface.tools.support.AbstractToolsAction<WsdlRequest>
          extended by com.eviware.soapui.impl.wsdl.panels.request.actions.WSIValidateRequestAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action

public class WSIValidateRequestAction
extends AbstractToolsAction<WsdlRequest>

Validates the request XML of a WsdlRequest

Author:
Ole.Matzura
See Also:
Serialized Form

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
 
Fields inherited from class com.eviware.soapui.impl.wsdl.actions.iface.tools.support.AbstractToolsAction
CACHED_WSDL, dialog, JAVA_ARGS, modelItem, TOOL_ARGS, valuesSettingID, WSDL
 
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabled
 
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SHORT_DESCRIPTION, SMALL_ICON
 
Constructor Summary
WSIValidateRequestAction(WsdlRequest request)
           
 
Method Summary
protected  void generate(StringToStringMap values, ToolHost toolHost)
           
 
Methods inherited from class com.eviware.soapui.impl.wsdl.actions.iface.tools.support.AbstractToolsAction
actionPerformed, addJavaArgs, addToolArgs, addWSDLFields, buildArgsForm, buildClasspath, buildDefaultActions, buildDialog, closeDialog, createRunOption, getDefinition, getToolsSettingsAction, getValuesSettingID, getWsdlUrl, initValues, initWSDL, onClose, run, setFixedWSDL, setToolsSettingsAction, setValuesSettingID
 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSIValidateRequestAction

public WSIValidateRequestAction(WsdlRequest request)
Method Detail

generate

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


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