public class DefaultSoapUIScript extends Object implements SoapUIScript
Constructor and Description |
---|
DefaultSoapUIScript(com.eviware.soapui.config.ScriptConfig config,
com.eviware.soapui.model.ModelItem parent) |
Modifier and Type | Method and Description |
---|---|
String |
getScriptLanguage() |
String |
getScriptText() |
Object |
invoke(com.eviware.soapui.support.types.StringToObjectMap params) |
boolean |
isDisabled() |
void |
release() |
void |
setDisabled(boolean disabled) |
void |
setScriptText(String text) |
public DefaultSoapUIScript(com.eviware.soapui.config.ScriptConfig config, com.eviware.soapui.model.ModelItem parent)
public String getScriptLanguage()
getScriptLanguage
in interface SoapUIScript
public String getScriptText()
getScriptText
in interface SoapUIScript
public Object invoke(com.eviware.soapui.support.types.StringToObjectMap params) throws Exception
invoke
in interface SoapUIScript
Exception
public boolean isDisabled()
isDisabled
in interface SoapUIScript
public void setScriptText(String text)
public void release()
public void setDisabled(boolean disabled)
Copyright © 2019. All rights reserved.