com.eviware.soapui.impl.wsdl.actions.iface.tools.jaxb
Class JaxbXjcAction
java.lang.Object
javax.swing.AbstractAction
com.eviware.soapui.impl.wsdl.actions.iface.tools.support.AbstractToolsAction<Interface>
com.eviware.soapui.impl.wsdl.actions.iface.tools.jaxb.JaxbXjcAction
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.io.Serializable, java.lang.Cloneable, java.util.EventListener, javax.swing.Action
public class JaxbXjcAction
- extends AbstractToolsAction<Interface>
Generates XMLBeans for given interface
- Author:
- Ole.Matzura
- See Also:
- Serialized Form
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 |
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 |
JaxbXjcAction
public JaxbXjcAction(Interface iface)
setOutput
public void setOutput(java.lang.String output)
- Set this to predefine the output directory instead of letting the user select.
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.