com.eviware.soapui.impl.wsdl.actions.iface.tools.jaxb
Class JaxbXjcAction

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.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

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
JaxbXjcAction(Interface iface)
           
 
Method Summary
protected  com.eviware.x.form.XFormDialog buildDialog()
           
protected  void generate(StringToStringMap values, ToolHost toolHost)
           
protected  StringToStringMap initValues()
           
 void setOutput(java.lang.String output)
          Set this to predefine the output directory instead of letting the user select.
 
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

JaxbXjcAction

public JaxbXjcAction(Interface iface)
Method Detail

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.