blob: b114944c2fcd3e51ff6a3a958a6571d1c381b213 [file] [log] [blame]
<html>
<head>
<title>Call functions registered at the backend from Java</title>
<link href="book.css" rel="stylesheet" type="text/css"/>
<meta content="DocBook XSL Stylesheets V1.75.1" name="generator"/>
<link rel="home" href="index.html" title="Xpand Documentation"/>
<link rel="up" href="backend.html" title="Improve performance using the backend"/>
<link rel="prev" href="backend_usage.html" title="Using the backend"/>
<link rel="next" href="uml_adapter.html" title="UML2 Adapter"/>
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<h1 xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">Call functions registered at the backend from Java</h1>
<div class="section" title="Call functions registered at the backend from Java">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both">
<a name="call_functions_backend"/>Call functions registered at the backend from Java</h2>
</div>
</div>
</div>
<p>
To call functions registered at the backend use the
<code class="classname">org.eclipse.xtend.backend.BackendFacade</code>.
To invoke a function on the backend call the method
</p>
<pre class="programlisting">invoke (ExecutionContext ctx, QualifiedName
functionName, List&lt;? extends Object&gt; params)
</pre>
<p>
</p>
</div>
</body>
</html>