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 SoapUIScriptpublic String getScriptText()
getScriptText in interface SoapUIScriptpublic Object invoke(com.eviware.soapui.support.types.StringToObjectMap params) throws Exception
invoke in interface SoapUIScriptExceptionpublic boolean isDisabled()
isDisabled in interface SoapUIScriptpublic void setScriptText(String text)
public void release()
public void setDisabled(boolean disabled)
Copyright © 2019. All rights reserved.