com.eviware.soapui.impl.wsdl.actions.iface.tools.jbossws
Class WSToolsRegenerateJava2WsdlAction

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<WsdlInterface>
          extended by com.eviware.soapui.impl.wsdl.actions.iface.tools.jbossws.WSToolsRegenerateJava2WsdlAction
All Implemented Interfaces:
SoapUIAction<WsdlInterface>, PropertyChangeNotifier

public class WSToolsRegenerateJava2WsdlAction
extends AbstractToolsAction<WsdlInterface>

Invokes jbossws java2wsdl tools

Author:
Ole.Matzura

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
           
 
Fields inherited from class com.eviware.soapui.impl.wsdl.actions.iface.tools.support.AbstractToolsAction
CACHED_WSDL, dialog, JAVA_ARGS, TOOL_ARGS, valuesSettingID, WSDL
 
Fields inherited from interface com.eviware.soapui.support.action.SoapUIAction
ENABLED_PROPERTY
 
Constructor Summary
WSToolsRegenerateJava2WsdlAction()
           
 
Method Summary
protected  com.eviware.x.form.XFormDialog buildDialog(WsdlInterface modelItem)
           
protected  void generate(StringToStringMap values, ToolHost toolHost, WsdlInterface modelItem)
           
 
Methods inherited from class com.eviware.soapui.impl.wsdl.actions.iface.tools.support.AbstractToolsAction
addJavaArgs, addToolArgs, addWSDLFields, buildArgsForm, buildClasspath, buildDefaultActions, closeDialog, createRunOption, getDefinition, getModelItem, getToolsSettingsAction, getValuesSettingID, getWsdlUrl, initValues, 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
See Also:
Constant Field Values
Constructor Detail

WSToolsRegenerateJava2WsdlAction

public WSToolsRegenerateJava2WsdlAction()
Method Detail

buildDialog

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

generate

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


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