| java.lang.Object de.danet.an.workflow.tools.rhino.JSExecutor de.danet.an.workflow.tools.rhino.JSExecutor2
JSExecutor2 | public class JSExecutor2 extends JSExecutor implements XMLArgumentTypeProvider(Code) | | A variant of the JSExecutor that provides all
SchemaType arguments as JavaScript E4X XML objects.
author: lipp |
convertResult | protected Map convertResult(Context cx, Scriptable scope, FormalParameter[] fps) throws JavaScriptException, SAXException(Code) | | Convert the result.
Parameters: cx - the context. Parameters: scope - the scope. Parameters: formPars - the formal parameter definitons. throws: JavaScriptException - throws: SAXException - |
Methods inherited from de.danet.an.workflow.tools.rhino.JSExecutor | protected Object convertArgument(Context cx, Scriptable scope, Object argType, Object argument)(Code)(Java Doc) protected Map convertResult(Context cx, Scriptable scope, FormalParameter[] fps) throws JavaScriptException, SAXException(Code)(Java Doc) protected Object convertResultValue(Context cx, Scriptable scope, FormalParameter fp, Object value) throws JavaScriptException, SAXException(Code)(Java Doc) public String getScript()(Code)(Java Doc) public void invoke(Activity activity, FormalParameter[] formPars, Map map) throws CannotExecuteException, RemoteException(Code)(Java Doc) protected void prepareArguments(Context cx, Scriptable scope, FormalParameter[] formPars, Map map)(Code)(Java Doc) public Object result()(Code)(Java Doc) public void setScript(String newScript)(Code)(Java Doc) public void setToolAgentContext(ToolAgentContext context)(Code)(Java Doc) public void terminate(Activity activity) throws ApplicationNotStoppedException(Code)(Java Doc)
|
|
|