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

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

public class WSToolsWsdl2JavaAction
extends AbstractToolsAction<Interface>

Invokes jbossws wsdl2java tools

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
WSToolsWsdl2JavaAction(Interface iface)
           
 
Method Summary
protected  com.eviware.x.form.XFormDialog buildDialog()
           
protected  void generate(StringToStringMap values, ToolHost toolHost)
           
protected  StringToStringMap initValues()
           
 
Methods inherited from class com.eviware.soapui.impl.wsdl.actions.iface.tools.support.AbstractToolsAction
actionPerformed, addJavaArgs, addToolArgs, addWSDLFields, buildArgsForm, buildClasspath, buildDefaultActions, closeDialog, createRunOption, getDefinition, getToolsSettingsAction, getValuesSettingID, getWsdlUrl, 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

WSToolsWsdl2JavaAction

public WSToolsWsdl2JavaAction(Interface iface)
Method Detail

initValues

protected StringToStringMap initValues()
Overrides:
initValues in class AbstractToolsAction<Interface>

buildDialog

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

generate

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


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