com.eviware.soapui.impl.wsdl.actions.iface.tools.wsi
Class WSIAnalyzeAction

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

public class WSIAnalyzeAction
extends AbstractToolsAction<Interface>

Invokes WS-I Analyzer Tool

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 org.apache.log4j.Logger log
           
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
WSIAnalyzeAction()
           
 
Method Summary
protected  void generate(StringToStringMap values, ToolHost toolHost, Interface modelItem)
           
protected  void showReport(java.io.File reportFile, java.lang.String configFile)
           
static java.io.File transformReport(java.io.File reportFile)
           
 
Methods inherited from class com.eviware.soapui.impl.wsdl.actions.iface.tools.support.AbstractToolsAction
addJavaArgs, addToolArgs, addWSDLFields, buildArgsForm, buildClasspath, buildDefaultActions, buildDialog, 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

log

public static final org.apache.log4j.Logger log
Constructor Detail

WSIAnalyzeAction

public WSIAnalyzeAction()
Method Detail

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

showReport

protected void showReport(java.io.File reportFile,
                          java.lang.String configFile)
                   throws java.lang.Exception
Throws:
java.lang.Exception

transformReport

public static java.io.File transformReport(java.io.File reportFile)
                                    throws java.lang.Exception
Throws:
java.lang.Exception


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