com.eviware.soapui.impl.wsdl.actions.iface.tools.xmlbeans
Class XmlBeans2Action

java.lang.Object
  extended by com.eviware.soapui.support.action.support.AbstractSoapUIAction
      extended by com.eviware.soapui.impl.wsdl.actions.iface.tools.support.AbstractToolsAction<Interface>
          extended by com.eviware.soapui.impl.wsdl.actions.iface.tools.xmlbeans.XmlBeans2Action
All Implemented Interfaces:
SoapUIAction, PropertyChangeNotifier

public class XmlBeans2Action
extends AbstractToolsAction<Interface>

Generates XMLBeans for given interface

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
XmlBeans2Action()
           
 
Method Summary
 boolean applies(ModelItem target)
           
protected  com.eviware.x.form.XFormDialog buildDialog(Interface modelItem)
           
protected  void generate(StringToStringMap values, ToolHost toolHost, Interface modelItem)
           
protected  StringToStringMap initValues(Interface modelItem)
           
 void setOutput(java.lang.String output)
           
 
Methods inherited from class com.eviware.soapui.impl.wsdl.actions.iface.tools.support.AbstractToolsAction
addJavaArgs, addToolArgs, addWSDLFields, buildArgsForm, buildClasspath, buildDefaultActions, closeDialog, createRunOption, getDefinition, getToolsSettingsAction, getValuesSettingID, getWsdlUrl, initWSDL, onClose, perform, run, setFixedWSDL, setToolsSettingsAction, setValuesSettingID
 
Methods inherited from class com.eviware.soapui.support.action.support.AbstractSoapUIAction
addPropertyChangeListener, addPropertyChangeListener, getDescription, 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

XmlBeans2Action

public XmlBeans2Action()
Method Detail

applies

public boolean applies(ModelItem target)
Specified by:
applies in interface SoapUIAction
Overrides:
applies in class AbstractSoapUIAction

initValues

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

buildDialog

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

generate

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

setOutput

public void setOutput(java.lang.String output)


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