com.eviware.soapui.support.scripting.groovy
Class SoapUIGroovyScriptEngine
java.lang.Object
com.eviware.soapui.support.scripting.groovy.SoapUIGroovyScriptEngine
- All Implemented Interfaces:
- SoapUIScriptEngine
public class SoapUIGroovyScriptEngine
- extends java.lang.Object
- implements SoapUIScriptEngine
A Groovy ScriptEngine
- Author:
- ole.matzura
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoapUIGroovyScriptEngine
public SoapUIGroovyScriptEngine(java.lang.ClassLoader parentClassLoader)
run
public java.lang.Object run()
throws java.lang.Exception
- Specified by:
run
in interface SoapUIScriptEngine
- Throws:
java.lang.Exception
setScript
public void setScript(java.lang.String scriptText)
- Specified by:
setScript
in interface SoapUIScriptEngine
compile
public void compile()
throws java.lang.Exception
- Specified by:
compile
in interface SoapUIScriptEngine
- Throws:
java.lang.Exception
setVariable
public void setVariable(java.lang.String name,
java.lang.Object value)
- Specified by:
setVariable
in interface SoapUIScriptEngine
clearVariables
public void clearVariables()
- Specified by:
clearVariables
in interface SoapUIScriptEngine
release
public void release()
- Specified by:
release
in interface SoapUIScriptEngine
getBinding
protected groovy.lang.Binding getBinding()
getClassLoader
protected groovy.lang.GroovyClassLoader getClassLoader()
reset
protected void reset()
getScript
protected groovy.lang.Script getScript()
getScriptText
protected java.lang.String getScriptText()
getShell
protected groovy.lang.GroovyShell getShell()
Copyright © 2005-2008 eviware.com. All Rights Reserved.